diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2009-05-15 04:33:54 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-05-18 15:19:05 +1000 |
commit | c3cf8667ed7db58c1960958cbb0a9098d513cc60 (patch) | |
tree | 6563df640f1dce959653c1be502820b9eabeb19b /block/deadline-iosched.c | |
parent | 021376a3b655364c92c10be544a3319946a792e8 (diff) |
powerpc/ftrace: Fix constraint to be early clobber
After upgrading my distcc boxes from gcc 4.2.2 to 4.4.0, the function
graph tracer broke. This was discovered on my x86 boxes.
The issue is that gcc used the same register for an output as it did for
an input in an asm statement. I first thought this was a bug in gcc and
reported it. I was notified that gcc was correct and that the output had
to be flagged as an "early clobber".
I noticed that powerpc had the same issue and this patch fixes it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'block/deadline-iosched.c')
0 files changed, 0 insertions, 0 deletions