Thiemo Seufer
26a51b270f
Use intermediate variable.
...
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Thiemo Seufer
1ba582a128
O2 doesn't have _that_ much RAM.
...
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Pete Popov
d8f5d86178
Changed all Au1x boards to noncoherent again.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
d1abb6a2b8
32-bit compatibility for various timer-related system calls.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
a982099ca5
Update to match the native siginfo structure and code.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
09276d905e
32-bit compatibility for ptrace GETEVENTMSG operation.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
54f2da755b
Implement 32-bit compatibility for waitid(2).
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
a19050f301
Waitid(2) now has 5 arguments.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
b6e203d84d
Use generic compat_sys_wait4 to implement 32-bit wait4(2).
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
39408c6af4
Replace the complicated and broken attempt to clean interrupt by
...
something simple - doesn't need to be fast, after all.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
ca8a597d53
If you want RM7000 better fix it to build first ...
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
de1db6ffe2
It's unwise to disable all interrupts of the boot node ;-)
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
f4b7cdb481
Enable RM7000 secondary cache for Atlas and Malta boards.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
79acf83e50
Moves a test which determines if we actually need to perform a
...
cacheflush to the right place. That's a bug which is harmless on UP
but a severe bug on SMP.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
c6e8b58771
Update MIPS to use the 4-level pagetable code thereby getting rid of
...
the compacrapability headers.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
57f0060b8a
Document why calling smp_call_function will deadlock when called with
...
interrupts disabled.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
505403b6a0
25Kf is also physically indexed.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
a95970f323
20Kc and SB1 don't suffer from aliases.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
84fd089a42
Delete duplicate copy of fixrange_init.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
cc26b815dd
rm9000_init() really is __init code.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
a18815abcd
Use preempt_schedule_irq.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
54176736f7
More oprofile bits for MIPS32-style performance counters. The code to
...
bolt this into the actual hardware interrupt is yet missing from this
commit.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
FEXPORT(ret_from_fork)
20 years ago
Ralf Baechle
29c4869946
It works better when including arch/mips/sgi-ip27/Kconfig ...
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
ae6aafe309
Move missplaced code line to the right place.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
d1e344e500
Use hardware mechanism to deal with cache aliases in the 24K.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
28ecca4786
Remove old wrong bits of cache code.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
ea7c394492
Clean up SEAD interrupt initialization.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
925ddb04c5
Mask and ack CPU interrupts upon initialization. Keep the state
...
of software interrupts when unmasking.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
38b18f7258
Move Sibyte Kconfig stuff into it's own Kconfig.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
db89a48c1f
Replace deprecated interruptible_sleep_on() function call with direct
...
wait-queue usage.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
f638d1971e
Update descriptions for MIPS Technologies evaluation boards.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
b6d468ec2d
Reenable EARLY_PRINTK for the DECstation.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
304429915d
Formatting fixes.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
aa0980b809
Fixes for system controllers for Atlas/Malta core cards.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Maciej W. Rozycki
bec0204dfb
Actually route cPCI interrupts. Update inaccurate comments.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
c6237645d1
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
...
Fix TASK_SIZE for 32-bit processes on 64-bit kernels.
20 years ago
Ralf Baechle
b053c98fbb
Fix register layout in o32 core dumps on 64-bit systems.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
c83cfc9c94
Get rid of early_init. There's more need to make this form of
...
initialization actually useful and as is certainly unmergable with
upstream.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
8c93650890
Dummy ISA DMA functions for systems that don't have ISA but share
...
drivers with ISA such as legacy free PCI.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Ralf Baechle
b188ffe876
Fix build with SMP disabled and preemption enabled.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Thiemo Seufer
0964ce24d0
Move the invalid pmd and pte tables from .data to .bss. Fix alignment.
...
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Thiemo Seufer
c264852726
Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able.
...
Don't clobber the preloaded TI_FLAGS in a2 needlessly.
Unexport local functions.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Thiemo Seufer
69903d6500
Fix typos and formatting.
...
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Thiemo Seufer
b59a9504cb
De-optimize and decomplicate the spurious interrupt handler.
...
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 years ago
Russell King
d052d1beff
Create platform_device.h to contain all the platform device details.
...
Convert everyone who uses platform_bus_type to include
linux/platform_device.h.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
20 years ago
Al Viro
942b6f6216
[PATCH] type fix in arm/boot/compressed/misc.c
...
spot the typo...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
Al Viro
943eae0314
[PATCH] missing exports of do_settimeofday() variants
...
frv, sh64, ia64 and sparc64 do not have do_settimeofday() exported (the
last two are using variant in kernel/time.c). Exports added to match
the rest of architectures.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
Nicolas Pitre
1a47ebc0d9
[ARM] 3059/1: fix XIP support
...
Patch from Nicolas Pitre
Fix XIP support after recent bootmem code refactoring.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
183e1a3494
[ARM] Add support for SA1100 Jornada flash device support
...
This got dropped from the SA1100 flash driver a while back and
never added to the platform support file. Add it back.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago
Russell King
14e66f767f
[ARM] Allow MTD device name to be passed via platform data
...
Allow SA1100 devices to pass the name of the flash device to the
SA1100 map driver.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 years ago