commit | f04da0bc36566ad17cf21e4ac8dbae377ca1dc75 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Wed Sep 13 13:32:39 2006 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Thu Sep 14 10:36:11 2006 +1000 |
tree | 7555ffd9de1938ed533aa94452a98805508cece3 | |
parent | c547fc28ab3e8716076fdaf4bd0260c5d63a18f7 [diff] |
[POWERPC] Fix non-smp build This fixes a compile error that only surfaces on CONFIG_SMP=n builds; <asm/hvcall.h> seems to get pulled in through another header file for SMP builds. This problem was introduced by the hvcall stats patch. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>