> +#ifdef CONFIG_PARAVIRT
> +#include <asm/paravirt.h>
> +# ifdef CONFIG_X86_VSMP
> +static inline int raw_irqs_disabled_flags(unsigned long flags)
> +{
> + return !(flags & X86_EFLAGS_IF) || (flags & X86_EFLAGS_AC);
> +}
> +# else
> +static inline int raw_irqs_disabled_flags(unsigned long flags)
> +{
> + return !(flags & X86_EFLAGS_IF);
> +}
> +# endif
You should really turn the vsmp special case into a paravirt client first
instead of complicating all this even more.
> +#ifndef CONFIG_PARAVIRT
> +#define raw_safe_halt native_raw_safe_halt
> +#define halt native_halt
> +#endif /* ! CONFIG_PARAVIRT */
This seems inconsistent
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]