From 1af3fda74395316a6affef3139b8267613790b26 Mon Sep 17 00:00:00 2001 From: David Daney Date: Thu, 23 Sep 2010 11:23:29 -0700 Subject: [PATCH] --- yaml --- r: 211303 b: refs/heads/master c: 4c7106c48a061e26f646391cfe8ba7cbd28516b6 h: refs/heads/master i: 211301: 512605535a4adad6df8405f7bb9313c5e236b30c 211299: ab3d3db6cbe1129a888dfbf63999fc20a67fb954 211295: 3e596e526c5c550872003a9bb562d388cf784fa4 v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/cop2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 07d50051616d..e5e8f5309cea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ccc5b150fb771bcbbb27a19a00e176e10b7f11e +refs/heads/master: 4c7106c48a061e26f646391cfe8ba7cbd28516b6 diff --git a/trunk/arch/mips/include/asm/cop2.h b/trunk/arch/mips/include/asm/cop2.h index 2cb2f0c2c4f8..3532e2c5f098 100644 --- a/trunk/arch/mips/include/asm/cop2.h +++ b/trunk/arch/mips/include/asm/cop2.h @@ -24,7 +24,7 @@ extern int cu2_notifier_call_chain(unsigned long val, void *v); #define cu2_notifier(fn, pri) \ ({ \ - static struct notifier_block fn##_nb __cpuinitdata = { \ + static struct notifier_block fn##_nb = { \ .notifier_call = fn, \ .priority = pri \ }; \