From: "Joerg Roedel" <joerg.roedel@amd.com>
To: mingo@elte.hu, tglx@linutronix.de, hpa@zytor.com
Cc: linux-kernel@vger.kernel.org, "Joerg Roedel" <joerg.roedel@amd.com>
Subject: [PATCH] x86_64: some whitespace cleanups in paging code
Date: Wed, 5 Dec 2007 15:40:12 +0100 [thread overview]
Message-ID: <1196865612128-git-send-email-joerg.roedel@amd.com> (raw)
In-Reply-To: <20071205123033.GA15394@elte.hu>
This patch does some whitespace cleanups in the paging code to fix some
checkpatch.pl warnings of my formerly merged cleanup patches.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
---
arch/x86/mm/init_64.c | 2 +-
include/asm-x86/pgtable_64.h | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index cfb357c..baef0d1 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -226,7 +226,7 @@ __meminit void *early_ioremap(unsigned long addr, unsigned long size)
vaddr += addr & ~PMD_MASK;
addr &= PMD_MASK;
for (i = 0; i < pmds; i++, addr += PMD_SIZE)
- set_pmd(pmd + i,__pmd(addr | __PAGE_KERNEL_LARGE_EXEC));
+ set_pmd(pmd+i, __pmd(addr | __PAGE_KERNEL_LARGE_EXEC));
__flush_tlb();
return (void *)vaddr;
next:
diff --git a/include/asm-x86/pgtable_64.h b/include/asm-x86/pgtable_64.h
index 9d4f11d..687eaa6 100644
--- a/include/asm-x86/pgtable_64.h
+++ b/include/asm-x86/pgtable_64.h
@@ -154,22 +154,22 @@ static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, unsigned long
#define _PAGE_BIT_GLOBAL 8 /* Global TLB entry PPro+ */
#define _PAGE_BIT_NX 63 /* No execute: only valid after cpuid check */
-#define _PAGE_PRESENT (_AC(1,UL)<<_PAGE_BIT_PRESENT)
-#define _PAGE_RW (_AC(1,UL)<<_PAGE_BIT_RW)
-#define _PAGE_USER (_AC(1,UL)<<_PAGE_BIT_USER)
-#define _PAGE_PWT (_AC(1,UL)<<_PAGE_BIT_PWT)
-#define _PAGE_PCD (_AC(1,UL)<<_PAGE_BIT_PCD)
-#define _PAGE_ACCESSED (_AC(1,UL)<<_PAGE_BIT_ACCESSED)
-#define _PAGE_DIRTY (_AC(1,UL)<<_PAGE_BIT_DIRTY)
+#define _PAGE_PRESENT (_AC(1, UL)<<_PAGE_BIT_PRESENT)
+#define _PAGE_RW (_AC(1, UL)<<_PAGE_BIT_RW)
+#define _PAGE_USER (_AC(1, UL)<<_PAGE_BIT_USER)
+#define _PAGE_PWT (_AC(1, UL)<<_PAGE_BIT_PWT)
+#define _PAGE_PCD (_AC(1, UL)<<_PAGE_BIT_PCD)
+#define _PAGE_ACCESSED (_AC(1, UL)<<_PAGE_BIT_ACCESSED)
+#define _PAGE_DIRTY (_AC(1, UL)<<_PAGE_BIT_DIRTY)
/* 2MB page */
-#define _PAGE_PSE (_AC(1,UL)<<_PAGE_BIT_PSE)
+#define _PAGE_PSE (_AC(1, UL)<<_PAGE_BIT_PSE)
/* nonlinear file mapping, saved PTE; unset:swap */
-#define _PAGE_FILE (_AC(1,UL)<<_PAGE_BIT_FILE)
+#define _PAGE_FILE (_AC(1, UL)<<_PAGE_BIT_FILE)
/* Global TLB entry */
-#define _PAGE_GLOBAL (_AC(1,UL)<<_PAGE_BIT_GLOBAL)
+#define _PAGE_GLOBAL (_AC(1, UL)<<_PAGE_BIT_GLOBAL)
#define _PAGE_PROTNONE 0x080 /* If not present */
-#define _PAGE_NX (_AC(1,UL)<<_PAGE_BIT_NX)
+#define _PAGE_NX (_AC(1, UL)<<_PAGE_BIT_NX)
#define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
#define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
--
1.5.2.5
next prev parent reply other threads:[~2007-12-05 14:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-02 13:21 [PATCH 0/3] x86_64: some minor paging cleanups Joerg Roedel
2007-12-02 13:21 ` [PATCH 1/3] x86_64: define all _PAGE_* in terms of _PAGE_BIT_* Joerg Roedel
2007-12-04 12:36 ` Ingo Molnar
2007-12-04 12:38 ` Ingo Molnar
2007-12-04 15:06 ` Joerg Roedel
2007-12-04 21:07 ` Ingo Molnar
2007-12-05 10:52 ` Joerg Roedel
2007-12-05 11:27 ` Ingo Molnar
2007-12-05 11:42 ` Joerg Roedel
2007-12-05 12:30 ` Ingo Molnar
2007-12-05 14:40 ` Joerg Roedel [this message]
2007-12-05 14:51 ` [PATCH] x86_64: some whitespace cleanups in paging code Ingo Molnar
2007-12-05 16:37 ` Heiko Carstens
2007-12-05 17:24 ` Joerg Roedel
2007-12-02 13:21 ` [PATCH 2/3] x86_64: use __PAGE_KERNEL* instead of _KERNPG_TABLE for 2MB PTEs in memory initialization Joerg Roedel
2007-12-02 13:21 ` [PATCH 3/3] x86_64: use __PAGE_KERNEL_EXEC in ioremap_64.c Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1196865612128-git-send-email-joerg.roedel@amd.com \
--to=joerg.roedel@amd.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.