diff options
author | Rusty Russell | 2006-09-29 11:01:35 +0200 |
---|---|---|
committer | Linus Torvalds | 2006-09-29 18:18:24 +0200 |
commit | e5582ca21af82929d5cd3613321ac9233c492ebc (patch) | |
tree | 33d2b5cc6a42efac04320c7b566c55ca5388dfe9 /kernel/stop_machine.c | |
parent | [PATCH] Access Control Lists for tmpfs (diff) | |
download | kernel-qcow2-linux-e5582ca21af82929d5cd3613321ac9233c492ebc.tar.gz kernel-qcow2-linux-e5582ca21af82929d5cd3613321ac9233c492ebc.tar.xz kernel-qcow2-linux-e5582ca21af82929d5cd3613321ac9233c492ebc.zip |
[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>
Diffstat (limited to 'kernel/stop_machine.c')
-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> |