Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71389
b: refs/heads/master
c: fe9d4f5
h: refs/heads/master
i:
  71387: 2f7bd97
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 19, 2007
1 parent c22c2f4 commit b79a3cc
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 572 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ed75eb8f1cd89565966599c4f77d2edb086d5b0
refs/heads/master: fe9d4f576324999ac521c931f3b3eee0c8e45544
2 changes: 2 additions & 0 deletions trunk/include/linux/notifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,7 @@ static inline int notifier_to_errno(int ret)
#define KBD_KEYSYM 0x0004 /* Keyboard keysym */
#define KBD_POST_KEYSYM 0x0005 /* Called after keyboard keysym interpretation */

extern struct blocking_notifier_head reboot_notifier_list;

#endif /* __KERNEL__ */
#endif /* _LINUX_NOTIFIER_H */
4 changes: 2 additions & 2 deletions trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o profile.o \
signal.o sys.o kmod.o workqueue.o pid.o \
rcupdate.o extable.o params.o posix-timers.o \
kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
hrtimer.o rwsem.o latency.o nsproxy.o srcu.o die_notifier.o \
utsname.o sysctl_check.o
hrtimer.o rwsem.o latency.o nsproxy.o srcu.o \
utsname.o sysctl_check.o notifier.o

obj-$(CONFIG_STACKTRACE) += stacktrace.o
obj-y += time/
Expand Down
38 changes: 0 additions & 38 deletions trunk/kernel/die_notifier.c

This file was deleted.

Loading

0 comments on commit b79a3cc

Please sign in to comment.