powerpc.git
18 years agoPut salone.o back into arclib. It's a lib so doesn't harm if unused atm.
Ralf Baechle [Mon, 7 Mar 2005 15:40:34 +0000 (15:40 +0000)]
Put salone.o back into arclib.  It's a lib so doesn't harm if unused atm.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoIt helps to not use a _mem_ function for requesting I/O space.
Thiemo Seufer [Fri, 4 Mar 2005 19:40:45 +0000 (19:40 +0000)]
It helps to not use a _mem_ function for requesting I/O space.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoGcc 4.0 fixes.
Ralf Baechle [Fri, 4 Mar 2005 19:36:51 +0000 (19:36 +0000)]
Gcc 4.0 fixes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUse new txx9 serial driver.
Ralf Baechle [Fri, 4 Mar 2005 17:24:32 +0000 (17:24 +0000)]
Use new txx9 serial driver.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix preemption bug.
Ralf Baechle [Fri, 4 Mar 2005 12:35:42 +0000 (12:35 +0000)]
Fix preemption bug.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoInt controller fixes.
Pete Popov [Fri, 4 Mar 2005 08:31:06 +0000 (08:31 +0000)]
Int controller fixes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoOne definition of back_to_back_c0_hazard too much.
Ralf Baechle [Wed, 2 Mar 2005 19:18:46 +0000 (19:18 +0000)]
One definition of back_to_back_c0_hazard too much.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoSparseify MIPS.
Ralf Baechle [Tue, 1 Mar 2005 19:22:29 +0000 (19:22 +0000)]
Sparseify MIPS.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoOn 24K we did always disable cache parity protection - obviously not
Ralf Baechle [Tue, 1 Mar 2005 18:15:08 +0000 (18:15 +0000)]
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>
18 years agoNew hazard handling function back_to_back_c0_hazard() to handle back to
Ralf Baechle [Tue, 1 Mar 2005 18:12:06 +0000 (18:12 +0000)]
New hazard handling function back_to_back_c0_hazard() to handle back to
back mtc0 / mfc0 pairs from the same coprocessor register.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoISOify.
Ralf Baechle [Tue, 1 Mar 2005 10:38:58 +0000 (10:38 +0000)]
ISOify.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMoved irq_tab_alchemy to the board specific irqmap.c files.
Pete Popov [Tue, 1 Mar 2005 07:54:50 +0000 (07:54 +0000)]
Moved irq_tab_alchemy to the board specific irqmap.c files.
Cleaned up a to of warnings in dbdma.c.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoBase Au1200 2.6 support.
Pete Popov [Tue, 1 Mar 2005 06:33:16 +0000 (06:33 +0000)]
Base Au1200 2.6 support.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries
Steven J. Hill [Tue, 1 Mar 2005 03:51:33 +0000 (03:51 +0000)]
Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries
are now working for 80% of the ones I have tried. The other ones that do
not work all fail in the same way with the same messages. Once that bug
is tracked down, we should be in good shape. Task locking still needs
some work.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoGross macro abuse. Get rid of gpreg_t, vaddr_t, REG_TO_VA and
Ralf Baechle [Mon, 28 Feb 2005 17:55:57 +0000 (17:55 +0000)]
Gross macro abuse.  Get rid of gpreg_t, vaddr_t, REG_TO_VA and
VA_TO_REG.  Who ever wrote this apparently did enjoy the C Puzzle Book.
ISBN 0201604612, a little old but still fun reading for the next
blackout ;)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoCleanup fpuemuprivate declarations.
Ralf Baechle [Mon, 28 Feb 2005 17:29:15 +0000 (17:29 +0000)]
Cleanup fpuemuprivate declarations.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoConvert struct hw_interrupt_type initializations to ISO C99 named
Ralf Baechle [Mon, 28 Feb 2005 13:39:57 +0000 (13:39 +0000)]
Convert struct hw_interrupt_type initializations to ISO C99 named
initializers.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoNo barrier needed on au1x.
Pete Popov [Mon, 28 Feb 2005 05:15:40 +0000 (05:15 +0000)]
No barrier needed on au1x.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoComment correction after further investigation of issue.
Pete Popov [Sun, 27 Feb 2005 22:15:24 +0000 (22:15 +0000)]
Comment correction after further investigation of issue.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix initialization. Unbreak the wait-for-completion loops. Code cleanup.
Thiemo Seufer [Fri, 25 Feb 2005 13:11:18 +0000 (13:11 +0000)]
Fix initialization. Unbreak the wait-for-completion loops. Code cleanup.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoSwitch SiByte drivers back to __raw_*() functions.
Maciej W. Rozycki [Tue, 22 Feb 2005 21:51:30 +0000 (21:51 +0000)]
Switch SiByte drivers back to __raw_*() functions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoDefine mem_*() I/O accessory functions that preserve byte addresses.
Maciej W. Rozycki [Tue, 22 Feb 2005 21:49:17 +0000 (21:49 +0000)]
Define mem_*() I/O accessory functions that preserve byte addresses.
Add missing ____raw_*q() functions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMerge do_boot_cpu() into the new style __cpu_up().
Ralf Baechle [Tue, 22 Feb 2005 21:18:01 +0000 (21:18 +0000)]
Merge do_boot_cpu() into the new style __cpu_up().

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoOn multiprocessor systems the BogoMIPS for each CPU was reported was
Ralf Baechle [Mon, 21 Feb 2005 21:34:24 +0000 (21:34 +0000)]
On multiprocessor systems the BogoMIPS for each CPU was reported was
the value for the last CPU having calibrated it's delay loop.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoDefine MAP_BASE for IP27
Ralf Baechle [Mon, 21 Feb 2005 19:50:31 +0000 (19:50 +0000)]
Define MAP_BASE for IP27

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoResurrect Cobalt support for 2.6.
Ralf Baechle [Mon, 21 Feb 2005 16:18:36 +0000 (16:18 +0000)]
Resurrect Cobalt support for 2.6.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoEnable/disable irq's only if needed.
Thiemo Seufer [Mon, 21 Feb 2005 11:44:31 +0000 (11:44 +0000)]
Enable/disable irq's only if needed.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years ago-nostdlib boilerplate.
Thiemo Seufer [Mon, 21 Feb 2005 11:22:15 +0000 (11:22 +0000)]
-nostdlib boilerplate.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix compilation, and bring 32/64 bit variants more in line.
Thiemo Seufer [Mon, 21 Feb 2005 11:11:32 +0000 (11:11 +0000)]
Fix compilation, and bring 32/64 bit variants more in line.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix wchan implementation, based on earlier by from Atsushi Nemoto.
Thiemo Seufer [Mon, 21 Feb 2005 10:55:16 +0000 (10:55 +0000)]
Fix wchan implementation, based on earlier by from Atsushi Nemoto.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoImproved modules loader, more robust and works on 64bit kernels.
Thiemo Seufer [Mon, 21 Feb 2005 10:45:09 +0000 (10:45 +0000)]
Improved modules loader, more robust and works on 64bit kernels.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUntil I figure out why NFS filesystems are having problems with
Steven J. Hill [Sat, 19 Feb 2005 16:15:54 +0000 (16:15 +0000)]
Until I figure out why NFS filesystems are having problems with
the 'load_irix_binary' and having kernel faults, Irix support is
disabled. I suspect locking of some sort, but I will now have to
investigate further.

Static IRIX binaries are now being detected properly and are using the
ELF interpreter found in this file.

Signed-off-by: Steven J. Hill <sjhill@realitydiluted.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoInitialize iomem_resource.
Thiemo Seufer [Sat, 19 Feb 2005 13:58:37 +0000 (13:58 +0000)]
Initialize iomem_resource.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoHandle addresses beyond VMALLOC_END correctly.
Thiemo Seufer [Sat, 19 Feb 2005 13:56:04 +0000 (13:56 +0000)]
Handle addresses beyond VMALLOC_END correctly.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUse intermediate variable.
Thiemo Seufer [Sat, 19 Feb 2005 13:32:02 +0000 (13:32 +0000)]
Use intermediate variable.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoO2 doesn't have _that_ much RAM.
Thiemo Seufer [Sat, 19 Feb 2005 13:27:41 +0000 (13:27 +0000)]
O2 doesn't have _that_ much RAM.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoChanged all Au1x boards to noncoherent again.
Pete Popov [Fri, 18 Feb 2005 06:27:25 +0000 (06:27 +0000)]
Changed all Au1x boards to noncoherent again.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years ago32-bit compatibility for various timer-related system calls.
Ralf Baechle [Wed, 16 Feb 2005 21:25:03 +0000 (21:25 +0000)]
32-bit compatibility for various timer-related system calls.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUpdate to match the native siginfo structure and code.
Ralf Baechle [Wed, 16 Feb 2005 21:24:16 +0000 (21:24 +0000)]
Update to match the native siginfo structure and code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years ago32-bit compatibility for ptrace GETEVENTMSG operation.
Ralf Baechle [Wed, 16 Feb 2005 21:22:40 +0000 (21:22 +0000)]
32-bit compatibility for ptrace GETEVENTMSG operation.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoImplement 32-bit compatibility for waitid(2).
Ralf Baechle [Wed, 16 Feb 2005 21:21:29 +0000 (21:21 +0000)]
Implement 32-bit compatibility for waitid(2).

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoWaitid(2) now has 5 arguments.
Ralf Baechle [Wed, 16 Feb 2005 21:19:59 +0000 (21:19 +0000)]
Waitid(2) now has 5 arguments.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUse generic compat_sys_wait4 to implement 32-bit wait4(2).
Ralf Baechle [Wed, 16 Feb 2005 21:18:52 +0000 (21:18 +0000)]
Use generic compat_sys_wait4 to implement 32-bit wait4(2).

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoAllocate break code 513 to KDB.
Ralf Baechle [Wed, 16 Feb 2005 20:15:40 +0000 (20:15 +0000)]
Allocate break code 513 to KDB.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoReplace the complicated and broken attempt to clean interrupt by
Ralf Baechle [Sun, 13 Feb 2005 23:10:08 +0000 (23:10 +0000)]
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>
18 years agoIf you want RM7000 better fix it to build first ...
Ralf Baechle [Sun, 13 Feb 2005 21:31:24 +0000 (21:31 +0000)]
If you want RM7000 better fix it to build first ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoIt's unwise to disable all interrupts of the boot node ;-)
Ralf Baechle [Sun, 13 Feb 2005 18:53:26 +0000 (18:53 +0000)]
It's unwise to disable all interrupts of the boot node ;-)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoRewrite to avoid the use of $at. Unfortunately binutils 2.15 and CVS
Ralf Baechle [Sun, 13 Feb 2005 00:32:43 +0000 (00:32 +0000)]
Rewrite to avoid the use of $at.  Unfortunately binutils 2.15 and CVS
binutils are broken and don't warn about this use of $at even though
gas is in .set noat mode so this for now is an accident waiting to
happen.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoEnable RM7000 secondary cache for Atlas and Malta boards.
Maciej W. Rozycki [Sat, 12 Feb 2005 04:31:49 +0000 (04:31 +0000)]
Enable RM7000 secondary cache for Atlas and Malta boards.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMoves a test which determines if we actually need to perform a
Ralf Baechle [Thu, 10 Feb 2005 13:54:37 +0000 (13:54 +0000)]
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>
18 years agoUpdate MIPS to use the 4-level pagetable code thereby getting rid of
Ralf Baechle [Thu, 10 Feb 2005 12:19:59 +0000 (12:19 +0000)]
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>
18 years agoDocument why calling smp_call_function will deadlock when called with
Ralf Baechle [Thu, 10 Feb 2005 12:00:06 +0000 (12:00 +0000)]
Document why calling smp_call_function will deadlock when called with
interrupts disabled.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix ptrace aliasing issue in copy_from_user_page / copy_to_user_page.
Ralf Baechle [Wed, 9 Feb 2005 12:59:39 +0000 (12:59 +0000)]
Fix ptrace aliasing issue in copy_from_user_page / copy_to_user_page.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years ago25Kf is also physically indexed.
Ralf Baechle [Mon, 7 Feb 2005 21:53:39 +0000 (21:53 +0000)]
25Kf is also physically indexed.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoAdd a few more PrId vendor IDs.
Ralf Baechle [Mon, 7 Feb 2005 21:52:35 +0000 (21:52 +0000)]
Add a few more PrId vendor IDs.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years ago20Kc and SB1 don't suffer from aliases.
Ralf Baechle [Mon, 7 Feb 2005 21:41:32 +0000 (21:41 +0000)]
20Kc and SB1 don't suffer from aliases.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoDelete duplicate copy of fixrange_init.
Ralf Baechle [Mon, 7 Feb 2005 16:13:07 +0000 (16:13 +0000)]
Delete duplicate copy of fixrange_init.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agorm9000_init() really is __init code.
Ralf Baechle [Mon, 7 Feb 2005 12:14:00 +0000 (12:14 +0000)]
rm9000_init() really is __init code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUse preempt_schedule_irq.
Ralf Baechle [Mon, 7 Feb 2005 02:54:29 +0000 (02:54 +0000)]
Use preempt_schedule_irq.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMore oprofile bits for MIPS32-style performance counters. The code to
Ralf Baechle [Mon, 7 Feb 2005 02:54:29 +0000 (02:54 +0000)]
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)

18 years agoIt works better when including arch/mips/sgi-ip27/Kconfig ...
Ralf Baechle [Mon, 7 Feb 2005 01:27:14 +0000 (01:27 +0000)]
It works better when including arch/mips/sgi-ip27/Kconfig ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMove missplaced code line to the right place.
Ralf Baechle [Sun, 6 Feb 2005 21:55:49 +0000 (21:55 +0000)]
Move missplaced code line to the right place.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoProvide functions to access cop0 config4-7 registers
Ralf Baechle [Sun, 6 Feb 2005 21:24:55 +0000 (21:24 +0000)]
Provide functions to access cop0 config4-7 registers

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUse hardware mechanism to deal with cache aliases in the 24K.
Ralf Baechle [Fri, 4 Feb 2005 15:51:26 +0000 (15:51 +0000)]
Use hardware mechanism to deal with cache aliases in the 24K.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoRemove old wrong bits of cache code.
Ralf Baechle [Fri, 4 Feb 2005 15:19:01 +0000 (15:19 +0000)]
Remove old wrong bits of cache code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoClean up SEAD interrupt initialization.
Maciej W. Rozycki [Fri, 4 Feb 2005 01:34:52 +0000 (01:34 +0000)]
Clean up SEAD interrupt initialization.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMask and ack CPU interrupts upon initialization. Keep the state
Maciej W. Rozycki [Thu, 3 Feb 2005 23:06:29 +0000 (23:06 +0000)]
Mask and ack CPU interrupts upon initialization.  Keep the state
of software interrupts when unmasking.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMove Sibyte Kconfig stuff into it's own Kconfig.
Ralf Baechle [Thu, 3 Feb 2005 14:28:23 +0000 (14:28 +0000)]
Move Sibyte Kconfig stuff into it's own Kconfig.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoReplace deprecated interruptible_sleep_on() function call with direct
Ralf Baechle [Thu, 3 Feb 2005 13:37:41 +0000 (13:37 +0000)]
Replace deprecated interruptible_sleep_on() function call with direct
wait-queue usage.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoDefine __raw_read_can_lock / __raw_write_can_lock.
Ralf Baechle [Thu, 3 Feb 2005 13:34:45 +0000 (13:34 +0000)]
Define __raw_read_can_lock / __raw_write_can_lock.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoUpdate descriptions for MIPS Technologies evaluation boards.
Maciej W. Rozycki [Wed, 2 Feb 2005 22:23:46 +0000 (22:23 +0000)]
Update descriptions for MIPS Technologies evaluation boards.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoReenable EARLY_PRINTK for the DECstation.
Maciej W. Rozycki [Wed, 2 Feb 2005 20:36:21 +0000 (20:36 +0000)]
Reenable EARLY_PRINTK for the DECstation.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFormatting fixes.
Maciej W. Rozycki [Tue, 1 Feb 2005 23:02:12 +0000 (23:02 +0000)]
Formatting fixes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFix compilation; by Manish Lachwani.
Maciej W. Rozycki [Tue, 1 Feb 2005 20:21:48 +0000 (20:21 +0000)]
Fix compilation; by Manish Lachwani.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoFixes for system controllers for Atlas/Malta core cards.
Maciej W. Rozycki [Tue, 1 Feb 2005 20:18:59 +0000 (20:18 +0000)]
Fixes for system controllers for Atlas/Malta core cards.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoActually route cPCI interrupts. Update inaccurate comments.
Maciej W. Rozycki [Tue, 1 Feb 2005 12:02:37 +0000 (12:02 +0000)]
Actually route cPCI interrupts.  Update inaccurate comments.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoSigned-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle [Wed, 26 Jan 2005 02:22:22 +0000 (02:22 +0000)]
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Fix TASK_SIZE for 32-bit processes on 64-bit kernels.

18 years agoFix register layout in o32 core dumps on 64-bit systems.
Ralf Baechle [Wed, 26 Jan 2005 02:21:06 +0000 (02:21 +0000)]
Fix register layout in o32 core dumps on 64-bit systems.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoGet rid of early_init. There's more need to make this form of
Ralf Baechle [Tue, 21 Jun 2005 13:56:30 +0000 (13:56 +0000)]
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>
18 years agoDummy ISA DMA functions for systems that don't have ISA but share
Ralf Baechle [Tue, 28 Dec 2004 09:09:19 +0000 (09:09 +0000)]
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>
18 years agoFix build with SMP disabled and preemption enabled.
Ralf Baechle [Tue, 28 Dec 2004 07:49:43 +0000 (07:49 +0000)]
Fix build with SMP disabled and preemption enabled.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoMove the invalid pmd and pte tables from .data to .bss. Fix alignment.
Thiemo Seufer [Thu, 23 Dec 2004 08:21:39 +0000 (08:21 +0000)]
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>
18 years agoRemove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able.
Thiemo Seufer [Fri, 10 Dec 2004 12:56:33 +0000 (12:56 +0000)]
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>
18 years agoFix typos and formatting.
Thiemo Seufer [Wed, 8 Dec 2004 10:32:45 +0000 (10:32 +0000)]
Fix typos and formatting.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 years agoDe-optimize and decomplicate the spurious interrupt handler.
Thiemo Seufer [Sat, 4 Dec 2004 21:35:05 +0000 (21:35 +0000)]
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>
18 years ago[PATCH] type fix in arm/boot/compressed/misc.c
Al Viro [Sat, 29 Oct 2005 11:07:11 +0000 (12:07 +0100)]
[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>
18 years ago[PATCH] bluetooth hidp is broken on s390
Al Viro [Sat, 29 Oct 2005 11:02:00 +0000 (12:02 +0100)]
[PATCH] bluetooth hidp is broken on s390

Bluetooth HIDP selects INPUT and it really needs it to be there - module
depends on input core.  And input core is never built on s390...

Marked as broken on s390, for now; if somebody has better ideas, feel
free to fix it and remove dependency...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] idmouse cleanup and overflow fix
Al Viro [Sat, 29 Oct 2005 10:56:13 +0000 (11:56 +0100)]
[PATCH] idmouse cleanup and overflow fix

switched to simple_read_from_buffer(), killed broken use of min().
Incidentally, that use of min() had been fixed once, only to be
reintroduced in commit 4244f72436ab77c3c29a6447af81734ab3925d85:

    [PATCH] USB: upgrade of the idmouse driver

[snip]
-       if (count > IMGSIZE - *ppos)
-               count = IMGSIZE - *ppos;
+       count = min ((loff_t)count, IMGSIZE - (*ppos));

Note the lovely use of cast to shut the warning about misuse of min()
up...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] amikbd fix
Al Viro [Sat, 29 Oct 2005 10:49:33 +0000 (11:49 +0100)]
[PATCH] amikbd fix

it's input_allocate_device(), not input_dev_allocate()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] missing exports of do_settimeofday() variants
Al Viro [Sat, 29 Oct 2005 06:32:07 +0000 (07:32 +0100)]
[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>
18 years ago[PATCH] missing bits in sparkspkr conversion
Al Viro [Sat, 29 Oct 2005 06:08:49 +0000 (07:08 +0100)]
[PATCH] missing bits in sparkspkr conversion

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] arguments out of order in class_device_create() call (s390)
Al Viro [Sat, 29 Oct 2005 06:06:59 +0000 (07:06 +0100)]
[PATCH] arguments out of order in class_device_create() call (s390)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] missing include in infiniband
Al Viro [Sat, 29 Oct 2005 05:46:03 +0000 (06:46 +0100)]
[PATCH] missing include in infiniband

use of IS_ERR/PTR_ERR in infiniband/core/agent.c, without a portable
chain of includes pulling err.h (breaks on a bunch of platforms).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] sata_sil24 iomem annotations and fixes
Al Viro [Sat, 29 Oct 2005 05:38:44 +0000 (06:38 +0100)]
[PATCH] sata_sil24 iomem annotations and fixes

trivial iomem annotations + missing memcpy_fromio() caught by those

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] s2io iomem annotations
Al Viro [Sat, 29 Oct 2005 05:36:27 +0000 (06:36 +0100)]
[PATCH] s2io iomem annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] fix ->signal->live leak in copy_process()
Oleg Nesterov [Sat, 29 Oct 2005 15:37:40 +0000 (19:37 +0400)]
[PATCH] fix ->signal->live leak in copy_process()

exit_signal() (called from copy_process's error path) should decrement
->signal->live, otherwise forking process will miss 'group_dead' in
do_exit().

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago[PATCH] blk: fix merge bug in as-iosched
Tejun Heo [Sat, 29 Oct 2005 09:18:42 +0000 (18:18 +0900)]
[PATCH] blk: fix merge bug in as-iosched

as-iosched deals with aliased requests differently from other ioscheds.

It links together aliased requests using rq->queuelist instead of
spilling alises to dispatch queue like other ioscheds do.  Requests
linked in this way cannot be merged.

Unfortunately, generic q->last_merge handling patch didn't take this
into account and q->last_merge could be set to an aliased request
resulting in Badness, corrupt list and eventually panic.

This explicitly marks aliased requests to be unmergeable.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years agoMerge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Arnaldo Carvalho de Melo [Sat, 29 Oct 2005 05:10:35 +0000 (03:10 -0200)]
Merge branch 'master' of /linux/kernel/git/torvalds/linux-2.6

18 years ago[IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c
Jayachandran C [Thu, 27 Oct 2005 22:10:01 +0000 (15:10 -0700)]
[IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c

fib_del_ifaddr() dereferences ifa->ifa_dev, so the code already assumes that
ifa->ifa_dev is non-NULL, the check is unnecessary.

Signed-off-by: Jayachandran C. <c.jayachandran at gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
18 years ago[ETH]: ether address compare
Stephen Hemminger [Tue, 25 Oct 2005 22:03:41 +0000 (15:03 -0700)]
[ETH]: ether address compare

Expose faster ether compare for use by protocols and other
driver. And change name to be more consistent with other ether
address manipulation routines in same file

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>