Glauber de Oliveira Costa wrote:
> kvm_para.h potentially contains definitions that are to be used by
> kvm-userspace,
> so it should not be included inside the __KERNEL__ block. To protect its own
> data structures,
> kvm_para.h already includes its own __KERNEL__ block.
>
>
Applied this one
kvm_para.h potentially contains definitions that are to be used by
kvm-userspace,
so it should not be included inside the __KERNEL__ block. To protect its own
data structures,
kvm_para.h already includes its own __KERNEL__ block.
Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
Acked
On Friday 11 January 2008 18:40:54 Glauber de Oliveira Costa wrote:
> kvm_para.h potentially contains definitions that are to be used by
> kvm-userspace, so it should not be included inside the __KERNEL__ block. To
> protect its own data structures, kvm_para.h already includes its own
> __KERNEL__
kvm_para.h potentially contains definitions that are to be used by
kvm-userspace,
so it should not be included inside the __KERNEL__ block. To protect its own
data structures,
kvm_para.h already includes its own __KERNEL__ block.
Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
---