From 106ef267471ff0534eaca2735343cc94f0e07867 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Tue, 18 Dec 2007 09:40:03 +0900 Subject: [PATCH] --- yaml --- r: 77833 b: refs/heads/master c: eb9c7f4198636fb74ea1ec60c0fff2d1a840b4ed h: refs/heads/master i: 77831: c9f24ae4b6eb9abe072bc0fb9b8e7907941aa480 v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/dreamcast/irq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 725204132fa7..208f23941287 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fc5153aab2a6eb23e636d962e1aceaabd0dfb12 +refs/heads/master: eb9c7f4198636fb74ea1ec60c0fff2d1a840b4ed diff --git a/trunk/arch/sh/boards/dreamcast/irq.c b/trunk/arch/sh/boards/dreamcast/irq.c index 5bf01f86c20c..9d0673a9092a 100644 --- a/trunk/arch/sh/boards/dreamcast/irq.c +++ b/trunk/arch/sh/boards/dreamcast/irq.c @@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq) emr = EMR_BASE + (level << 4) + (level << 2); esr = ESR_BASE + (level << 2); - /* Mask the ESR to filter any spurious, unwanted interrtupts */ + /* Mask the ESR to filter any spurious, unwanted interrupts */ status = inl(esr); status &= inl(emr);