diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-04 13:26:31 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 13:26:31 -0800 |
commit | 757498c63ed70ec8961aa432173247f4373ef0c3 (patch) | |
tree | 7cb78ee704b26219bdb594ad0d15803a5b15e3a3 /arch/sparc/mm | |
parent | c2e27c359ab76fecbbd292dbfc0bcfa8399afdd9 (diff) |
sparc: drop CONFIG_SUN_AUXIO
It is always equals y so no need to test for it
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm')
-rw-r--r-- | arch/sparc/mm/sun4c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/mm/sun4c.c b/arch/sparc/mm/sun4c.c index fe65aeeb3947..6b0c49004ba6 100644 --- a/arch/sparc/mm/sun4c.c +++ b/arch/sparc/mm/sun4c.c @@ -240,9 +240,7 @@ void sun4c_complete_all_stores(void) _unused = sun4c_get_context(); sun4c_set_context(_unused); -#ifdef CONFIG_SUN_AUXIO _unused = get_auxio(); -#endif } /* Bootup utility functions. */ |