summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller2006-02-07 09:00:16 +0100
committerDavid S. Miller2006-03-20 10:11:53 +0100
commitdf7d6aec96ab98cb182dd5138a85bdc363a9bf0d (patch)
treed71808a328639a32b16c53b24ce8a6b641f43ad2 /include
parent[SPARC64]: Initial sun4v TLB miss handling infrastructure. (diff)
downloadkernel-qcow2-linux-df7d6aec96ab98cb182dd5138a85bdc363a9bf0d.tar.gz
kernel-qcow2-linux-df7d6aec96ab98cb182dd5138a85bdc363a9bf0d.tar.xz
kernel-qcow2-linux-df7d6aec96ab98cb182dd5138a85bdc363a9bf0d.zip
[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')
-rw-r--r--include/asm-sparc64/cpudata.h11
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 {
extern struct cpuid_patch_entry __cpuid_patch, __cpuid_patch_end;
#endif
-struct gl_1insn_patch_entry {
+struct sun4v_1insn_patch_entry {
unsigned int addr;
unsigned int insn;
};
-extern struct gl_1insn_patch_entry __gl_1insn_patch, __gl_1insn_patch_end;
+extern struct sun4v_1insn_patch_entry __sun4v_1insn_patch,
+ __sun4v_1insn_patch_end;
-struct gl_2insn_patch_entry {
+struct sun4v_2insn_patch_entry {
unsigned int addr;
unsigned int insns[2];
};
-extern struct gl_2insn_patch_entry __gl_2insn_patch, __gl_2insn_patch_end;
+extern struct sun4v_2insn_patch_entry __sun4v_2insn_patch,
+ __sun4v_2insn_patch_end;
+
#endif /* !(__ASSEMBLY__) */
#define TRAP_PER_CPU_THREAD 0x00