6 #define CONFIG_X86_32 1
12 #define CONFIG_X86_64 1
16 #if defined(__i386__) || defined (__x86_64__)
42 * This program is free software; you can redistribute it and/or modify
43 * it under the terms of the GNU General Public License, version 2, as
44 * published by the Free Software Foundation.
46 * This program is distributed in the hope that it will be useful,
47 * but WITHOUT ANY WARRANTY; without even the implied warranty of
48 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49 * GNU General Public License for more details.
51 * You should have received a copy of the GNU General Public License
52 * along with this program; if not, write to the Free Software
53 * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
55 * Copyright IBM Corp. 2008
57 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
60 #ifndef __POWERPC_KVM_PARA_H__
61 #define __POWERPC_KVM_PARA_H__
65 static inline int kvm_para_available(void)
70 static inline unsigned int kvm_arch_para_features(void)
75 #endif /* __KERNEL__ */
77 #endif /* __POWERPC_KVM_PARA_H__ */