diff options
Diffstat (limited to 'arch/tile/kernel/regs_64.S')
-rw-r--r-- | arch/tile/kernel/regs_64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tile/kernel/regs_64.S b/arch/tile/kernel/regs_64.S index 0829fd01fa30..bbffcc6f340f 100644 --- a/arch/tile/kernel/regs_64.S +++ b/arch/tile/kernel/regs_64.S | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <asm/switch_to.h> | 20 | #include <asm/switch_to.h> |
21 | 21 | ||
22 | /* | 22 | /* |
23 | * See <asm/system.h>; called with prev and next task_struct pointers. | 23 | * See <asm/switch_to.h>; called with prev and next task_struct pointers. |
24 | * "prev" is returned in r0 for _switch_to and also for ret_from_fork. | 24 | * "prev" is returned in r0 for _switch_to and also for ret_from_fork. |
25 | * | 25 | * |
26 | * We want to save pc/sp in "prev", and get the new pc/sp from "next". | 26 | * We want to save pc/sp in "prev", and get the new pc/sp from "next". |
@@ -39,7 +39,7 @@ | |||
39 | */ | 39 | */ |
40 | 40 | ||
41 | #if CALLEE_SAVED_REGS_COUNT != 24 | 41 | #if CALLEE_SAVED_REGS_COUNT != 24 |
42 | # error Mismatch between <asm/system.h> and kernel/entry.S | 42 | # error Mismatch between <asm/switch_to.h> and kernel/entry.S |
43 | #endif | 43 | #endif |
44 | #define FRAME_SIZE ((2 + CALLEE_SAVED_REGS_COUNT) * 8) | 44 | #define FRAME_SIZE ((2 + CALLEE_SAVED_REGS_COUNT) * 8) |
45 | 45 | ||