summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/irq.h
diff options
context:
space:
mode:
authorDavid S. Miller2012-05-12 09:35:45 +0200
committerDavid S. Miller2012-05-12 09:35:45 +0200
commitee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef (patch)
treea33dd677564dd883b9a8c5d20f7b07c395f51ef1 /arch/sparc/kernel/irq.h
parentsparc32: Remove sun4 and sun4c from enum sparc_cpu. (diff)
downloadkernel-qcow2-linux-ee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef.tar.gz
kernel-qcow2-linux-ee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef.tar.xz
kernel-qcow2-linux-ee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef.zip
sparc32: Trivial removal of sun4c references in comments.
I left some around, like the ones in the openprom headers, since we need to think about which pieces of those datastructures and code we can completely toss now. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/irq.h')
-rw-r--r--arch/sparc/kernel/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/irq.h b/arch/sparc/kernel/irq.h
index 8b946b1bc3b9..593e7a583449 100644
--- a/arch/sparc/kernel/irq.h
+++ b/arch/sparc/kernel/irq.h
@@ -78,7 +78,7 @@ void handler_irq(unsigned int pil, struct pt_regs *regs);
/* Dave Redman (djhr@tadpole.co.uk)
* changed these to function pointers.. it saves cycles and will allow
* the irq dependencies to be split into different files at a later date
- * sun4c_irq.c, sun4m_irq.c etc so we could reduce the kernel size.
+ * sun4m_irq.c etc so we could reduce the kernel size.
* Jakub Jelinek (jj@sunsite.mff.cuni.cz)
* Changed these to btfixup entities... It saves cycles :)
*/