x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 19 Apr 2008 14:55:11 +0000 (23:55 +0900)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 15:35:47 +0000 (17:35 +0200)
commit5d47a271f38cf2ba7299047ad0bf3ac7e4c4a214
tree7d48099f14dd85584b532c59a57283255e6901da
parent562b80bafffaf42a6d916b0a2ee3d684220a1c10
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>
arch/x86/kernel/mpparse.c