commit | c4005e4f661a9ec8d91720a6b570865d060afcaf | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sun May 01 08:58:46 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:58:46 2005 -0700 |
tree | 28fef4260af585b8fc708662eddefef9bdb828de | |
parent | 4b88e927e8c38f4053680a3098325142017a37f0 [diff] |
[PATCH] ppc64: firmware workaround Recent gcc 4.0 testing uncovered a firmware issue. Some properties are larger than 31 bytes and due to gcc 4.0s better stack allocation this overflow ran over non volatile register storage. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>