]> git.neil.brown.name Git - history.git/commit
[PATCH] alpha: interrupt/preempt update [6/10]
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Sat, 10 Aug 2002 09:03:08 +0000 (02:03 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 10 Aug 2002 09:03:08 +0000 (02:03 -0700)
commit7226c990f11307842d5aad2a83c35ea8efa72d39
tree6bd3268d37bc6c1f72b4fbdc69f5a90369f9f8e3
parent1fb62ea26012a39f9faf735af2319b07e13df862
[PATCH] alpha: interrupt/preempt update [6/10]

This one is large mostly because of massive code deletion.
- cli, sti an so on go away;
- irq_smp.c goes to /dev/null; the only leftover (synchronize_irq)
  moved to irq.c;
- hardirq count field in the preemption counter extended to 12 bits -
  one more than required for wildfire.
13 files changed:
arch/alpha/kernel/Makefile
arch/alpha/kernel/alpha_ksyms.c
arch/alpha/kernel/irq.c
arch/alpha/kernel/irq_alpha.c
arch/alpha/kernel/irq_smp.c [deleted file]
arch/alpha/kernel/smp.c
arch/alpha/kernel/traps.c
include/asm-alpha/hardirq.h
include/asm-alpha/smp.h
include/asm-alpha/smplock.h
include/asm-alpha/softirq.h
include/asm-alpha/system.h
include/asm-alpha/thread_info.h