diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-07 03:00:16 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:11:53 -0500 |
commit | df7d6aec96ab98cb182dd5138a85bdc363a9bf0d (patch) | |
tree | d71808a328639a32b16c53b24ce8a6b641f43ad2 /include/asm-sparc64/cpudata.h | |
parent | d257d5da39a78b32721ca84b2ba7f461f2f7ed7f (diff) |
[SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patch
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/cpudata.h')
-rw-r--r-- | include/asm-sparc64/cpudata.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/asm-sparc64/cpudata.h b/include/asm-sparc64/cpudata.h index a3dc4afc4b21..26b1dc9afbf1 100644 --- a/include/asm-sparc64/cpudata.h +++ b/include/asm-sparc64/cpudata.h | |||
@@ -78,17 +78,20 @@ struct cpuid_patch_entry { | |||
78 | extern struct cpuid_patch_entry __cpuid_patch, __cpuid_patch_end; | 78 | extern struct cpuid_patch_entry __cpuid_patch, __cpuid_patch_end; |
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | struct gl_1insn_patch_entry { | 81 | struct sun4v_1insn_patch_entry { |
82 | unsigned int addr; | 82 | unsigned int addr; |
83 | unsigned int insn; | 83 | unsigned int insn; |
84 | }; | 84 | }; |
85 | extern struct gl_1insn_patch_entry __gl_1insn_patch, __gl_1insn_patch_end; | 85 | extern struct sun4v_1insn_patch_entry __sun4v_1insn_patch, |
86 | __sun4v_1insn_patch_end; | ||
86 | 87 | ||
87 | struct gl_2insn_patch_entry { | 88 | struct sun4v_2insn_patch_entry { |
88 | unsigned int addr; | 89 | unsigned int addr; |
89 | unsigned int insns[2]; | 90 | unsigned int insns[2]; |
90 | }; | 91 | }; |
91 | extern struct gl_2insn_patch_entry __gl_2insn_patch, __gl_2insn_patch_end; | 92 | extern struct sun4v_2insn_patch_entry __sun4v_2insn_patch, |
93 | __sun4v_2insn_patch_end; | ||
94 | |||
92 | #endif /* !(__ASSEMBLY__) */ | 95 | #endif /* !(__ASSEMBLY__) */ |
93 | 96 | ||
94 | #define TRAP_PER_CPU_THREAD 0x00 | 97 | #define TRAP_PER_CPU_THREAD 0x00 |