commit | 5d47a271f38cf2ba7299047ad0bf3ac7e4c4a214 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Sat Apr 19 23:55:11 2008 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 17:35:47 2008 +0200 |
tree | 7d48099f14dd85584b532c59a57283255e6901da | |
parent | 562b80bafffaf42a6d916b0a2ee3d684220a1c10 [diff] |
x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating Use BUILD_BUG_ON() instead of compile-time error technique with extern non-exsistent function. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>