summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel/semaphore.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-05-28 02:11:06 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 02:11:06 -0500
commit271b74d0b886301f297407dd7ae11b99607f8089 (patch)
treecb0ed8158d8842c383a6ce6af02ffe8b8f723616 /arch/m68knommu/kernel/semaphore.c
parent254feb882a7c6e4e51416dff6a97d847fbbba551 (diff)
Input: Fix a warning in psmouse-base.c
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'arch/m68knommu/kernel/semaphore.c')
0 files changed, 0 insertions, 0 deletions
-foundation.org> m68knommu: remove dead code from m68knommu timer code 2008-02-01T10:00:01+00:00 Greg Ungerer gerg@snapgear.com 2008-02-01T07:38:20+00:00 c9f27c3619b3ee26b8ec47692bdd3a7ac075ad87 Remove unused LED heartbeat code from m68knommu timer code. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Remove unused LED heartbeat code from m68knommu timer code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
m68knommu: cleanup m68knommu timer code 2007-10-23T15:32:35+00:00 Greg Ungerer gerg@snapgear.com 2007-10-23T04:37:54+00:00 2f2c2679893c963bd90c5e1c0669b97fd87d1c4a Reduce the function pointer mess of the m68knommu timer code by calling directly to the local hardware's timer setup, and expose the local common timer interrupt handler to the lower level hardware timer. Ultimately this will save definitions of all these functions across all the platform code to setup the function pointers (which for any given m68knommu CPU family member can be only one set of hardware timer functions). Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Reduce the function pointer mess of the m68knommu timer code by calling
directly to the local hardware's timer setup, and expose the local
common timer interrupt handler to the lower level hardware timer.

Ultimately this will save definitions of all these functions across all
the platform code to setup the function pointers (which for any given
m68knommu CPU family member can be only one set of hardware timer
functions).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>