Re: [kvm-unit-tests PATCH v4 04/12] x86: Fix lib/x86/asm/page.h coding style

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, May 02, 2016 at 03:59:24PM +0200, Alexander Gordeev wrote:
> Cc: Andrew Jones <drjones@xxxxxxxxxx>
> Cc: Thomas Huth <thuth@xxxxxxxxxx>
> Cc: Radim Krčmář <rkrcmar@xxxxxxxxxx>
> Signed-off-by: Alexander Gordeev <agordeev@xxxxxxxxxx>
> ---
>  lib/x86/asm/page.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/lib/x86/asm/page.h b/lib/x86/asm/page.h
> index 549c62d..2d40714 100644
> --- a/lib/x86/asm/page.h
> +++ b/lib/x86/asm/page.h
> @@ -14,11 +14,11 @@
>  #define LARGE_PAGE_SIZE (1024 * PAGE_SIZE)
>  #endif
>  
> -#define PTE_PRESENT (1ull << 0)
> -#define PTE_PSE     (1ull << 7)
> -#define PTE_WRITE   (1ull << 1)
> -#define PTE_USER    (1ull << 2)
> -#define PTE_ADDR    (0xffffffffff000ull)
> +#define PTE_PRESENT	(1ull << 0)
> +#define PTE_WRITE	(1ull << 1)
> +#define PTE_USER	(1ull << 2)
> +#define PTE_PSE		(1ull << 7)
> +#define PTE_ADDR	(0xffffffffff000ull)
>  
>  #ifdef __x86_64__
>  #define	PAGE_LEVEL	4
> -- 
> 1.8.3.1
>

This should be squashed into the last patch.

drew 
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux