commit | 40caa884650fc6931cf55918dbf7496c49b3ddf8 | [log] [tgz] |
---|---|---|
author | Kevin Winchester <kwin@ns.sympatico.ca> | Sat Mar 25 16:31:43 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 09:14:38 2006 -0800 |
tree | 2c524a531a96751b9b6a1bbc7b96b06700a3d6a4 | |
parent | 9c01dda02f417270e733e38effe1084c77ae107d [diff] |
[PATCH] x86_64: Eliminate register_die_notifier symbol exported register_die_notifier is exported twice, once in traps.c and once in x8664_ksyms.c. This results in a warning on build. Signed-off-by: Kevin Winchester <kwin@ns.sympatico.ca> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>