aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-21 15:41:01 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 01:13:51 -0800
commit1bd0cd74d102a527b2a72907698d73fad4b82cbd (patch)
tree2df2dede361dd259b6cd4b91c3ab8d5c783401ac /include
parent[SPARC64]: Niagara optimized memset/bzero/clear_user. (diff)
downloadlinux-dev-1bd0cd74d102a527b2a72907698d73fad4b82cbd.tar.xz
linux-dev-1bd0cd74d102a527b2a72907698d73fad4b82cbd.zip
[SPARC64]: Kill cpudata->idle_volume.
Set, but never used. We used to use this for dynamic IRQ retargetting, but that code died a long time ago. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/cpudata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/cpudata.h b/include/asm-sparc64/cpudata.h
index 84656f1895cd..c66a81bbc84d 100644
--- a/include/asm-sparc64/cpudata.h
+++ b/include/asm-sparc64/cpudata.h
@@ -19,7 +19,7 @@ typedef struct {
unsigned int __softirq_pending; /* must be 1st, see rtrap.S */
unsigned int multiplier;
unsigned int counter;
- unsigned int idle_volume;
+ unsigned int __pad1;
unsigned long clock_tick; /* %tick's per second */
unsigned long udelay_val;