diff options
| author | Konrad Rzeszutek Wilk <[email protected]> | 2011-08-04 22:42:10 +0000 |
|---|---|---|
| committer | Konrad Rzeszutek Wilk <[email protected]> | 2011-08-05 13:43:02 +0000 |
| commit | c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe (patch) | |
| tree | f9f983867f93af9d48a836b09a298d6751a90d30 /net/unix/af_unix.c | |
| parent | xen: Fix misleading WARN message at xen_release_chunk (diff) | |
| download | kernel-c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe.tar.gz kernel-c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe.zip | |
xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not set
with CONFIG_XEN and CONFIG_FTRACE set we get this:
arch/x86/xen/trace.c:22: error: ‘__HYPERVISOR_console_io’ undeclared here (not in a function)
arch/x86/xen/trace.c:22: error: array index in initializer not of integer type
arch/x86/xen/trace.c:22: error: (near initialization for ‘xen_hypercall_names’)
arch/x86/xen/trace.c:23: error: ‘__HYPERVISOR_physdev_op_compat’ undeclared here (not in a function)
Issue was that the definitions of __HYPERVISOR were not pulled
if CONFIG_XEN_PRIVILEGED_GUEST was not set.
Reported-by: Randy Dunlap <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
