diff options
author | Michael Neuling <mikey@neuling.org> | 2013-03-11 16:42:49 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-03-17 12:35:06 +1100 |
commit | 2bb78efab42cf4ee7a7184f7d2da1b7cb331b479 (patch) | |
tree | d9304b9d04ae8db7379fa5c84466fac24cae1917 /fs/nfsd/nfssvc.c | |
parent | 1674400aaee5b466c595a8fc310488263ce888c7 (diff) | |
download | linux-2bb78efab42cf4ee7a7184f7d2da1b7cb331b479.tar.gz linux-2bb78efab42cf4ee7a7184f7d2da1b7cb331b479.tar.bz2 linux-2bb78efab42cf4ee7a7184f7d2da1b7cb331b479.zip |
powerpc/ptrace: Fix brk.len used uninitialised
With some CONFIGS it's possible that in ppc_set_hwdebug, brk.len is
uninitialised before being used. It has been reported that GCC 4.2 will
produce the following error in this case:
arch/powerpc/kernel/ptrace.c:1479: warning: 'brk.len' is used uninitialized in this function
arch/powerpc/kernel/ptrace.c:1381: note: 'brk.len' was declared here
This patch corrects this.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Reported-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'fs/nfsd/nfssvc.c')
0 files changed, 0 insertions, 0 deletions