From c3676a842fb5e5a5fc4b5c333f8ca77010c8ab4e Mon Sep 17 00:00:00 2001 From: Rafael Ignacio Zurita Date: Mon, 18 Feb 2008 22:32:58 -0300 Subject: [PATCH] --- yaml --- r: 86523 b: refs/heads/master c: b7fd095602468ee501c5bcc3f9ca788cb3834096 h: refs/heads/master i: 86521: 665d18669dd420acb14b1b76ad3213a7a6a65116 86519: dac78f3c316075b79a74f82e1bb81d81043added v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/cpu/sh3/setup-sh770x.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b40059671705..9d634aeb6d63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1de83e94e6d4af22614c100b0c69716ab6eaa870 +refs/heads/master: b7fd095602468ee501c5bcc3f9ca788cb3834096 diff --git a/trunk/arch/sh/kernel/cpu/sh3/setup-sh770x.c b/trunk/arch/sh/kernel/cpu/sh3/setup-sh770x.c index 969804bb523b..9066ed78e283 100644 --- a/trunk/arch/sh/kernel/cpu/sh3/setup-sh770x.c +++ b/trunk/arch/sh/kernel/cpu/sh3/setup-sh770x.c @@ -123,15 +123,15 @@ static struct resource rtc_resources[] = { .flags = IORESOURCE_IO, }, [1] = { - .start = 20, + .start = 21, .flags = IORESOURCE_IRQ, }, [2] = { - .start = 21, + .start = 22, .flags = IORESOURCE_IRQ, }, [3] = { - .start = 22, + .start = 20, .flags = IORESOURCE_IRQ, }, };