commit | 63b44442416a243f05881b0dd094b621a46ab4b3 | [log] [tgz] |
---|---|---|
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | Thu Dec 29 17:40:02 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Dec 29 09:48:15 2005 -0800 |
tree | 81e009cce86af20a866cb0853320e99615d6fee4 | |
parent | 74433c0fe105f47e78c1f2267312693870c9ebc3 [diff] |
[PATCH] uml: fix compilation with CONFIG_MODE_TT disabled Fix UML compilation when SKAS mode is disabled. Indeed, we were compiling SKAS-only object files, which failed due to some SKAS-only headers being excluded from the search path. Thanks to the bug report from Pekka J Enberg. Acked-by: Pekka J Enberg <penberg (at) cs ! helsinki ! fi> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Linus Torvalds <torvalds@osdl.org>