public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: the arch/x86 maintainers <x86@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: more untangling
Date: Fri, 13 Feb 2009 11:40:33 -0800	[thread overview]
Message-ID: <4995CCB1.9070404@goop.org> (raw)

I've done the asm _types.h and page->pgtable moves.  One hiccup is 
kernel/head_64.S uses pgd_index(), which is defined as an asm-compatible 
macro in pgtable.h.  Its a bit warty because it also needs pud_index(), 
which it defines locally (which is an inline in pgtable.h).  Need to 
think about that one...

    J

The following changes since commit beb6943d8df7ce9278282101af4e0f6f7b648451:
  Ingo Molnar (1):
        x86 headers: protect page_32.h via __ASSEMBLY__

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git x86/untangle2

Jeremy Fitzhardinge (2):
      x86: use _types.h headers in asm where available
      x86: move more pagetable-related definitions into pgtable*.h

 arch/x86/boot/compressed/head_32.S          |    2 +-
 arch/x86/boot/compressed/head_64.S          |    4 ++--
 arch/x86/boot/header.S                      |    2 +-
 arch/x86/include/asm/page_32_types.h        |    2 --
 arch/x86/include/asm/page_64_types.h        |    2 --
 arch/x86/include/asm/page_types.h           |    6 ------
 arch/x86/include/asm/pgtable-2level_types.h |    2 ++
 arch/x86/include/asm/pgtable-3level_types.h |    2 ++
 arch/x86/include/asm/pgtable_64_types.h     |    1 +
 arch/x86/include/asm/pgtable_types.h        |    6 ++++++
 arch/x86/kernel/acpi/realmode/wakeup.S      |    4 ++--
 arch/x86/kernel/acpi/wakeup_32.S            |    2 +-
 arch/x86/kernel/acpi/wakeup_64.S            |    4 ++--
 arch/x86/kernel/efi_stub_32.S               |    2 +-
 arch/x86/kernel/entry_32.S                  |    2 +-
 arch/x86/kernel/entry_64.S                  |    2 +-
 arch/x86/kernel/head_32.S                   |    4 ++--
 arch/x86/kernel/relocate_kernel_32.S        |    2 +-
 arch/x86/kernel/relocate_kernel_64.S        |    4 ++--
 arch/x86/kernel/trampoline_32.S             |    2 +-
 arch/x86/kernel/trampoline_64.S             |    4 ++--
 arch/x86/kernel/vmlinux_32.lds.S            |    2 +-
 arch/x86/kernel/vmlinux_64.lds.S            |    2 +-
 arch/x86/lib/getuser.S                      |    2 +-
 arch/x86/power/hibernate_asm_32.S           |    2 +-
 arch/x86/power/hibernate_asm_64.S           |    2 +-
 arch/x86/xen/xen-head.S                     |    2 +-
 27 files changed, 37 insertions(+), 36 deletions(-)



             reply	other threads:[~2009-02-13 19:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-13 19:40 Jeremy Fitzhardinge [this message]
2009-02-19 18:12 ` more untangling Ingo Molnar

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=4995CCB1.9070404@goop.org \
    --to=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=x86@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox