diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-08-30 07:17:17 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-10-20 20:17:30 -0400 |
commit | eb497e7b4996c4c6d2afaa19ee6a32aba867ae4c (patch) | |
tree | 92ebd9ca4ad7e825b84a7951a844176e8024ed34 /arch/m68knommu/kernel | |
parent | 8851338dd09ed3544bb9a427ae04f1c481ce5456 (diff) |
m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.
In m68k/m68knommu assembly files, the same value is called sometimes
PT_OFF_VECTOR, but more frequently PT_OFF_FORMATVEC. Standardize
name to PT_OFF_FORMATVEC.
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/kernel')
-rw-r--r-- | arch/m68knommu/kernel/asm-offsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/asm-offsets.c b/arch/m68knommu/kernel/asm-offsets.c index eca508c48a08..8156287f19b4 100644 --- a/arch/m68knommu/kernel/asm-offsets.c +++ b/arch/m68knommu/kernel/asm-offsets.c | |||
@@ -57,7 +57,7 @@ int main(void) | |||
57 | DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, sr) - 2); | 57 | DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, sr) - 2); |
58 | #else | 58 | #else |
59 | /* bitfields are a bit difficult */ | 59 | /* bitfields are a bit difficult */ |
60 | DEFINE(PT_OFF_VECTOR, offsetof(struct pt_regs, pc) + 4); | 60 | DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, pc) + 4); |
61 | #endif | 61 | #endif |
62 | 62 | ||
63 | /* signal defines */ | 63 | /* signal defines */ |