Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
[linux-2.6-microblaze.git] / arch / arm / kernel / asm-offsets.c
index 27c5381..974d8d7 100644 (file)
@@ -61,7 +61,7 @@
 int main(void)
 {
   DEFINE(TSK_ACTIVE_MM,                offsetof(struct task_struct, active_mm));
-#ifdef CONFIG_CC_STACKPROTECTOR
+#ifdef CONFIG_STACKPROTECTOR
   DEFINE(TSK_STACK_CANARY,     offsetof(struct task_struct, stack_canary));
 #endif
   BLANK();