linux/arch/mips/kernel
Ralf Baechle 14f18b7f7e On 24K we did always disable cache parity protection - obviously not
the greatest thing to do.  Try to enable parity protection, check if
we actually succeeded and print a message about the outcome of this.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2005-10-29 19:30:49 +01:00
..
Makefile Improved modules loader, more robust and works on 64bit kernels. 2005-10-29 19:30:39 +01:00
asm-offsets.c mips: rename offsets.c to asm-offsets.c 2005-09-11 22:35:18 +02:00
binfmt_elfn32.c Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2005-10-29 19:30:19 +01:00
binfmt_elfo32.c Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2005-10-29 19:30:19 +01:00
branch.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpu-bugs64.c [PATCH] mips: nuke trailing whitespace 2005-09-05 00:06:07 -07:00
cpu-probe.c Base Au1200 2.6 support. 2005-10-29 19:30:47 +01:00
dma-no-isa.c Dummy ISA DMA functions for systems that don't have ISA but share 2005-10-29 19:30:17 +01:00
entry.S Use preempt_schedule_irq. 2005-10-29 19:30:27 +01:00
gdb-low.S [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
gdb-stub.c Fix build with SMP disabled and preemption enabled. 2005-10-29 19:30:17 +01:00
genex.S Fix typos and formatting. 2005-10-29 19:30:15 +01:00
genrtc.c [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions 2005-09-09 14:03:48 -07:00
head.S Move the invalid pmd and pte tables from .data to .bss. Fix alignment. 2005-10-29 19:30:16 +01:00
i8259.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
init_task.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioctl32.c [PATCH] mips: nuke trailing whitespace 2005-09-05 00:06:07 -07:00
irix5sys.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irixelf.c Until I figure out why NFS filesystems are having problems with 2005-10-29 19:30:39 +01:00
irixinv.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irixioctl.c [PATCH] files: lock-free fd look-up 2005-09-09 13:57:55 -07:00
irixsig.c [PATCH] mips: fix-up schedule_timeout() usage 2005-09-10 10:06:37 -07:00
irq-msc01.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-mv6434x.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-rm7000.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-rm9000.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq.c [PATCH] mips: nuke trailing whitespace 2005-09-05 00:06:07 -07:00
irq_cpu.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
linux32.c 32-bit compatibility for various timer-related system calls. 2005-10-29 19:30:37 +01:00
mips_ksyms.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
module.c Improved modules loader, more robust and works on 64bit kernels. 2005-10-29 19:30:39 +01:00
proc.c ISOify. 2005-10-29 19:30:48 +01:00
process.c Fix wchan implementation, based on earlier by from Atsushi Nemoto. 2005-10-29 19:30:40 +01:00
ptrace.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
ptrace32.c 32-bit compatibility for ptrace GETEVENTMSG operation. 2005-10-29 19:30:36 +01:00
r4k_fpu.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r4k_switch.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r2300_fpu.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r2300_switch.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r6000_fpu.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
reset.c [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. 2005-07-26 14:35:42 -07:00
scall32-o32.S Waitid(2) now has 5 arguments. 2005-10-29 19:30:34 +01:00
scall64-64.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
scall64-n32.S 32-bit compatibility for various timer-related system calls. 2005-10-29 19:30:37 +01:00
scall64-o32.S 32-bit compatibility for various timer-related system calls. 2005-10-29 19:30:37 +01:00
semaphore.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
setup.c Get rid of early_init. There's more need to make this form of 2005-10-29 19:30:18 +01:00
signal-common.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
signal.c [PATCH] convert signal handling of NODEFER to act like other Unix boxes. 2005-08-29 10:03:11 -07:00
signal32.c Update to match the native siginfo structure and code. 2005-10-29 19:30:36 +01:00
signal_n32.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smp.c Merge do_boot_cpu() into the new style __cpu_up(). 2005-10-29 19:30:43 +01:00
syscall.c kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
sysirix.c Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries 2005-10-29 19:30:47 +01:00
time.c [PATCH] NTP: ntp-helper functions 2005-09-07 16:57:34 -07:00
traps.c On 24K we did always disable cache parity protection - obviously not 2005-10-29 19:30:49 +01:00
unaligned.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
vmlinux.lds.S Get rid of early_init. There's more need to make this form of 2005-10-29 19:30:18 +01:00