From 79e16a9713d468294c898d900602b9bca6b59907 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2009 09:34:35 -0600 Subject: [PATCH] --- yaml --- r: 165607 b: refs/heads/master c: 51c870a2d8708bda83c4ba47f26012a8420bdaff h: refs/heads/master i: 165605: a62f28027ff7073441d6c6cbef14593ac528344c 165603: 3fefc26ad870f971c7424523222e5061fd04fab1 165599: 9a965b116ea666713413b9c30367b4824275e011 v: v3 --- [refs] | 2 +- trunk/arch/mips/alchemy/common/time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1b2db84fe22d..633324416054 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0219d948dd712561817b0d7c95fd2f10b698203 +refs/heads/master: 51c870a2d8708bda83c4ba47f26012a8420bdaff diff --git a/trunk/arch/mips/alchemy/common/time.c b/trunk/arch/mips/alchemy/common/time.c index f34ff8601942..379a664809b0 100644 --- a/trunk/arch/mips/alchemy/common/time.c +++ b/trunk/arch/mips/alchemy/common/time.c @@ -88,7 +88,7 @@ static struct clock_event_device au1x_rtcmatch2_clockdev = { .irq = AU1000_RTC_MATCH2_INT, .set_next_event = au1x_rtcmatch2_set_next_event, .set_mode = au1x_rtcmatch2_set_mode, - .cpumask = CPU_MASK_ALL_PTR, + .cpumask = cpu_all_mask, }; static struct irqaction au1x_rtcmatch2_irqaction = {