From 59acfcfbb79d660e2ffcb263ea9b670d7cab5fab Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Tue, 1 Jul 2008 17:00:39 +1000 Subject: [PATCH] --- yaml --- r: 101747 b: refs/heads/master c: e17a2565bf61204cb925c3f77c3c7f6a09eb2fbe h: refs/heads/master i: 101745: dc1bf39cfde16a9abdee12fd8d168502a9147ff8 101743: c8d243c728cc2bb932a5c709aeaaf0130e7e2966 v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/processor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b200fb537883..66dfd6b370aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db7f37de2c8346c33cf9279fa9d8e8316e8d821c +refs/heads/master: e17a2565bf61204cb925c3f77c3c7f6a09eb2fbe diff --git a/trunk/include/asm-powerpc/processor.h b/trunk/include/asm-powerpc/processor.h index e93e72df4bca..061cd17ba83b 100644 --- a/trunk/include/asm-powerpc/processor.h +++ b/trunk/include/asm-powerpc/processor.h @@ -222,7 +222,7 @@ struct thread_struct { .ksp_limit = INIT_SP_LIMIT, \ .regs = (struct pt_regs *)INIT_SP - 1, /* XXX bogus, I think */ \ .fs = KERNEL_DS, \ - .fpr = {0}, \ + .fpr = {{0}}, \ .fpscr = { .val = 0, }, \ .fpexc_mode = 0, \ }