Revision f6771dbb27c704ce837ba3bb1dcaa53f48f76ea8 authored by Ralf Baechle on 08 November 2007, 18:02:29 UTC, committed by Ralf Baechle on 15 November 2007, 23:21:49 UTC
Shadow register support would not possibly have worked on multicore
systems.  The support code for it was also depending not on MIPS R2 but
VSMP or SMTC kernels even though it makes perfect sense with UP kernels.

SR sets are a scarce resource and the expected usage pattern is that
users actually hardcode the register set numbers in their code.  So fix
the allocator by ditching it.  Move the remaining CPU probe bits into
the generic CPU probe.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent efb9ca0
History
File Mode Size
Kconfig -rw-r--r-- 497 bytes
Makefile -rw-r--r-- 329 bytes
ast.c -rw-r--r-- 3.8 KB
ast.h -rw-r--r-- 859 bytes
config.c -rw-r--r-- 23.2 KB
config.h -rw-r--r-- 1.4 KB
debug_fs.c -rw-r--r-- 12.0 KB
dir.c -rw-r--r-- 9.6 KB
dir.h -rw-r--r-- 1.2 KB
dlm_internal.h -rw-r--r-- 15.2 KB
lock.c -rw-r--r-- 114.7 KB
lock.h -rw-r--r-- 2.7 KB
lockspace.c -rw-r--r-- 17.5 KB
lockspace.h -rw-r--r-- 1016 bytes
lowcomms.c -rw-r--r-- 35.6 KB
lowcomms.h -rw-r--r-- 971 bytes
lvb_table.h -rw-r--r-- 687 bytes
main.c -rw-r--r-- 2.1 KB
member.c -rw-r--r-- 8.2 KB
member.h -rw-r--r-- 983 bytes
memory.c -rw-r--r-- 2.3 KB
memory.h -rw-r--r-- 1.1 KB
midcomms.c -rw-r--r-- 3.5 KB
midcomms.h -rw-r--r-- 864 bytes
netlink.c -rw-r--r-- 3.1 KB
rcom.c -rw-r--r-- 12.6 KB
rcom.h -rw-r--r-- 1.1 KB
recover.c -rw-r--r-- 18.2 KB
recover.h -rw-r--r-- 1.5 KB
recoverd.c -rw-r--r-- 7.2 KB
recoverd.h -rw-r--r-- 970 bytes
requestqueue.c -rw-r--r-- 5.2 KB
requestqueue.h -rw-r--r-- 881 bytes
user.c -rw-r--r-- 22.1 KB
user.h -rw-r--r-- 416 bytes
util.c -rw-r--r-- 5.3 KB
util.h -rw-r--r-- 805 bytes

back to top