summaryrefslogtreecommitdiff
path: root/linux-core/xgi_misc.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-07-05 17:49:13 -0700
committerIan Romanick <idr@us.ibm.com>2007-07-05 17:49:13 -0700
commit86e75b7f7f64643c6ef2c0fef353b38753df8239 (patch)
tree12244b952ee4b756e029b9dcf541ff1d370b7b3e /linux-core/xgi_misc.c
parent8b18276458e93263d5d554f779227a906592ac74 (diff)
Remove XGI_IOCTL_CPUID and associated cruft.
Diffstat (limited to 'linux-core/xgi_misc.c')
-rw-r--r--linux-core/xgi_misc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/linux-core/xgi_misc.c b/linux-core/xgi_misc.c
index 6cc0f107..9712241f 100644
--- a/linux-core/xgi_misc.c
+++ b/linux-core/xgi_misc.c
@@ -521,18 +521,6 @@ void xgi_waitfor_pci_idle(struct xgi_info * info)
}
}
-int xgi_get_cpu_id(struct cpu_info *arg)
-{
- int op = arg->_eax;
- __asm__("cpuid":"=a"(arg->_eax),
- "=b"(arg->_ebx),
- "=c"(arg->_ecx), "=d"(arg->_edx)
- : "0"(op));
-
- XGI_INFO
- ("opCode = 0x%x, eax = 0x%x, ebx = 0x%x, ecx = 0x%x, edx = 0x%x \n",
- op, arg->_eax, arg->_ebx, arg->_ecx, arg->_edx);
-}
/*memory collect function*/
extern struct list_head xgi_mempid_list;