commit | 6c0a9fa62feb7e9fdefa9720bcc03040c9b0b311 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat May 05 15:05:40 2012 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue May 08 13:55:20 2012 +0200 |
tree | 0c91586d2bfc7184ea2b13004147f3ef4753733d | |
parent | 0a6ba092d1c8c75ae0c0617ef7f4e6f5043af311 [diff] |
fork: Remove the weak insanity We error out when compiling with gcc4.1.[01] as it miscompiles __weak. The workaround with magic defines is not longer necessary. Make it __weak again. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20120505150141.306358267@linutronix.de