diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2006-09-29 02:01:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:24 -0700 |
commit | e5582ca21af82929d5cd3613321ac9233c492ebc (patch) | |
tree | 33d2b5cc6a42efac04320c7b566c55ca5388dfe9 | |
parent | 39f0247d3823e4e0bf8f6838a10362864b1e1053 (diff) |
[PATCH] stop_machine.c copyright
I had to look back: this code was extracted from the module.c code in 2005.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | kernel/stop_machine.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 51cacd111dbd..12458040e665 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c @@ -1,3 +1,6 @@ +/* Copyright 2005 Rusty Russell rusty@rustcorp.com.au IBM Corporation. + * GPL v2 and any later version. + */ #include <linux/stop_machine.h> #include <linux/kthread.h> #include <linux/sched.h> |