m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.
[pandora-kernel.git] / arch / m68knommu / kernel / asm-offsets.c
index eca508c..8156287 100644 (file)
@@ -57,7 +57,7 @@ int main(void)
        DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, sr) - 2);
 #else
        /* bitfields are a bit difficult */
-       DEFINE(PT_OFF_VECTOR, offsetof(struct pt_regs, pc) + 4);
+       DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, pc) + 4);
 #endif
 
        /* signal defines */