[PATCH] sysctl: frv: pm remove unnecessary insert_at_head flag
[powerpc.git] / arch / powerpc / kernel / asm-offsets.c
index e965215..030d300 100644 (file)
@@ -303,5 +303,8 @@ int main(void)
        DEFINE(NSEC_PER_SEC, NSEC_PER_SEC);
        DEFINE(CLOCK_REALTIME_RES, TICK_NSEC);
 
+#ifdef CONFIG_BUG
+       DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));
+#endif
        return 0;
 }