Loading arch/mips/au1000/mtx-1/board_setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ mtx1_pci_idsel(unsigned int devsel, int assert) #endif if (assert && devsel != 0) { // supress signal to cardbus // suppress signal to cardbus au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF } else { Loading arch/mips/kernel/binfmt_elfn32.c +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ static __inline__ void jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) { /* * Convert jiffies to nanoseconds and seperate with * Convert jiffies to nanoseconds and separate with * one divide. */ u64 nsec = (u64)jiffies * TICK_NSEC; Loading arch/mips/kernel/binfmt_elfo32.c +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ static inline void jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) { /* * Convert jiffies to nanoseconds and seperate with * Convert jiffies to nanoseconds and separate with * one divide. */ u64 nsec = (u64)jiffies * TICK_NSEC; Loading arch/mips/kernel/kspd.c +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ void sp_work_handle_request(void) } } /* Run the syscall at the priviledge of the user who loaded the /* Run the syscall at the privilege of the user who loaded the SP program */ if (vpe_getuid(tclimit)) Loading arch/mips/kernel/setup.c +2 −2 Original line number Diff line number Diff line Loading @@ -424,13 +424,13 @@ static void __init bootmem_init(void) #endif /* CONFIG_SGI_IP27 */ /* * arch_mem_init - initialize memory managment subsystem * arch_mem_init - initialize memory management subsystem * * o plat_mem_setup() detects the memory configuration and will record detected * memory areas using add_memory_region. * * At this stage the memory configuration of the system is known to the * kernel but generic memory managment system is still entirely uninitialized. * kernel but generic memory management system is still entirely uninitialized. * * o bootmem_init() * o sparse_init() Loading Loading
arch/mips/au1000/mtx-1/board_setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ mtx1_pci_idsel(unsigned int devsel, int assert) #endif if (assert && devsel != 0) { // supress signal to cardbus // suppress signal to cardbus au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF } else { Loading
arch/mips/kernel/binfmt_elfn32.c +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ static __inline__ void jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) { /* * Convert jiffies to nanoseconds and seperate with * Convert jiffies to nanoseconds and separate with * one divide. */ u64 nsec = (u64)jiffies * TICK_NSEC; Loading
arch/mips/kernel/binfmt_elfo32.c +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ static inline void jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) { /* * Convert jiffies to nanoseconds and seperate with * Convert jiffies to nanoseconds and separate with * one divide. */ u64 nsec = (u64)jiffies * TICK_NSEC; Loading
arch/mips/kernel/kspd.c +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ void sp_work_handle_request(void) } } /* Run the syscall at the priviledge of the user who loaded the /* Run the syscall at the privilege of the user who loaded the SP program */ if (vpe_getuid(tclimit)) Loading
arch/mips/kernel/setup.c +2 −2 Original line number Diff line number Diff line Loading @@ -424,13 +424,13 @@ static void __init bootmem_init(void) #endif /* CONFIG_SGI_IP27 */ /* * arch_mem_init - initialize memory managment subsystem * arch_mem_init - initialize memory management subsystem * * o plat_mem_setup() detects the memory configuration and will record detected * memory areas using add_memory_region. * * At this stage the memory configuration of the system is known to the * kernel but generic memory managment system is still entirely uninitialized. * kernel but generic memory management system is still entirely uninitialized. * * o bootmem_init() * o sparse_init() Loading