@@ -107,6 +107,9 @@ endif# No AltiVec instruction when building kernelKBUILD_CFLAGS+=$(callcc-option,-mno-altivec)+# No SPE instruction when building kernel+KBUILD_CFLAGS+=$(callcc-option,-mno-spe)+# Enable unit-at-a-time mode when possible. It shrinks the# kernel considerably.KBUILD_CFLAGS+=$(callcc-option,-funit-at-a-time)
From: Paul Mackerras <hidden> Date: 2007-10-18 23:19:33
Kumar Gala writes:
Signed-off-by: Kumar Gala <redacted>
Your commit message doesn't give any reason why you are doing this, or
any explanation of what goes wrong without it. In fact, the commit
message is completely empty. :) Please resubmit with a decent commit
message.
Paul.
From: Kumar Gala <hidden> Date: 2007-10-19 03:20:09
On Oct 18, 2007, at 6:19 PM, Paul Mackerras wrote:
Kumar Gala writes:
quoted
Signed-off-by: Kumar Gala <redacted>
Your commit message doesn't give any reason why you are doing this, or
any explanation of what goes wrong without it. In fact, the commit
message is completely empty. :) Please resubmit with a decent commit
message.
I will, just as an FYI I based this on your commit for -mno-altivec
(which has no rationale for the commit) :)
- k
On Thu, 18 Oct 2007 22:20:49 -0500
Kumar Gala [off-list ref] wrote:
On Oct 18, 2007, at 6:19 PM, Paul Mackerras wrote:
quoted
Kumar Gala writes:
quoted
Signed-off-by: Kumar Gala <redacted>
Your commit message doesn't give any reason why you are doing this, or
any explanation of what goes wrong without it. In fact, the commit
message is completely empty. :) Please resubmit with a decent commit
message.
I will, just as an FYI I based this on your commit for -mno-altivec
(which has no rationale for the commit) :)