summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@poczta.fm>2008-09-05 23:46:19 +0200
committerIngo Molnar <mingo@elte.hu>2008-09-06 15:17:09 +0200
commitc8bfff6dd4d41834f4952cbc49e28e31906a6188 (patch)
tree023ce4fb0b61ffa40b48cb96539f0f91c06cb853 /Documentation
parent7940ca3605b77f20cc6e9852e4ca6f2d725b5653 (diff)
downloadop-kernel-dev-c8bfff6dd4d41834f4952cbc49e28e31906a6188.zip
op-kernel-dev-c8bfff6dd4d41834f4952cbc49e28e31906a6188.tar.gz
sched: compilation fix with gcc 3.4.6
I found that 2.6.27-rc5-mm1 does not compile with gcc 3.4.6. The error is: CC kernel/sched.o kernel/sched.c: In function `start_rt_bandwidth': kernel/sched.c:208: sorry, unimplemented: inlining failed in call to 'rt_bandwidth_enabled': function body not available kernel/sched.c:214: sorry, unimplemented: called from here make[1]: *** [kernel/sched.o] Error 1 make: *** [kernel] Error 2 It seems that the gcc 3.4.6 requires full inline definition before first usage. The patch below fixes the compilation problem. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> (if needed> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud