From fbb9e66c8bd61ed3d15360e387d680dbc1a99378 Mon Sep 17 00:00:00 2001 From: Hidetoshi Seto Date: Wed, 30 Apr 2008 16:50:22 +0900 Subject: [PATCH] --- yaml --- r: 95747 b: refs/heads/master c: 9d4efae68714e24d40b628461bc4182e330969b1 h: refs/heads/master i: 95745: 499c1147560db3b5afc521a27babcd81c0b55e00 95743: d7dfffab0cb0b2509279ad7a6225a5971bd1b718 v: v3 --- [refs] | 2 +- trunk/arch/ia64/kernel/palinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cc8ce74808df..db8848db3179 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 751fc7849d623bcd5e77fd494b01662599a8dccf +refs/heads/master: 9d4efae68714e24d40b628461bc4182e330969b1 diff --git a/trunk/arch/ia64/kernel/palinfo.c b/trunk/arch/ia64/kernel/palinfo.c index 396004e8cd14..4547a2092af9 100644 --- a/trunk/arch/ia64/kernel/palinfo.c +++ b/trunk/arch/ia64/kernel/palinfo.c @@ -1053,7 +1053,7 @@ static int __cpuinit palinfo_cpu_callback(struct notifier_block *nfb, return NOTIFY_OK; } -static struct notifier_block palinfo_cpu_notifier __cpuinitdata = +static struct notifier_block __refdata palinfo_cpu_notifier = { .notifier_call = palinfo_cpu_callback, .priority = 0,