diff options
Diffstat (limited to 'arch/hexagon/kernel/asm-offsets.c')
-rw-r--r-- | arch/hexagon/kernel/asm-offsets.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/hexagon/kernel/asm-offsets.c b/arch/hexagon/kernel/asm-offsets.c index 2d5e84d3b00d..308be68d4fb3 100644 --- a/arch/hexagon/kernel/asm-offsets.c +++ b/arch/hexagon/kernel/asm-offsets.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Kevin Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com | 5 | * Kevin Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com |
6 | * Copyright (C) 2000 MIPS Technologies, Inc. | 6 | * Copyright (C) 2000 MIPS Technologies, Inc. |
7 | * | 7 | * |
8 | * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. | 8 | * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 and | 11 | * it under the terms of the GNU General Public License version 2 and |
@@ -44,7 +44,8 @@ int main(void) | |||
44 | 44 | ||
45 | COMMENT("Hexagon pt_regs definitions"); | 45 | COMMENT("Hexagon pt_regs definitions"); |
46 | OFFSET(_PT_SYSCALL_NR, pt_regs, syscall_nr); | 46 | OFFSET(_PT_SYSCALL_NR, pt_regs, syscall_nr); |
47 | OFFSET(_PT_UGPGP, pt_regs, ugpgp); | 47 | OFFSET(_PT_GPUGP, pt_regs, gpugp); |
48 | OFFSET(_PT_CS1CS0, pt_regs, cs1cs0); | ||
48 | OFFSET(_PT_R3130, pt_regs, r3130); | 49 | OFFSET(_PT_R3130, pt_regs, r3130); |
49 | OFFSET(_PT_R2928, pt_regs, r2928); | 50 | OFFSET(_PT_R2928, pt_regs, r2928); |
50 | OFFSET(_PT_R2726, pt_regs, r2726); | 51 | OFFSET(_PT_R2726, pt_regs, r2726); |