public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86 cleanup: convert round_up() to roundup()
@ 2008-07-25 14:48 Joerg Roedel
  2008-07-25 14:48 ` [PATCH 1/5] x86: convert pci-dma.c from round_up to roundup Joerg Roedel
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Joerg Roedel @ 2008-07-25 14:48 UTC (permalink / raw)
  To: mingo, tglx; +Cc: linux-kernel

The x86 architecture declares its own round_up macro. But there is a generic
one in <linux/kernel.h> which can also be used. This patchset replaces the x86
round_up() macro with the generic roundup() one where possible.
The patches have been compile-tested for 32 and 64 bit and boot-tested for 64
bit.
If we can fix the other places too we can get rid of the x86 specific
round_up() in the future.

diffstat:

 arch/x86/kernel/pci-dma.c  |    2 +-
 arch/x86/mm/discontig_32.c |    2 +-
 arch/x86/mm/init_64.c      |    8 ++++----
 arch/x86/mm/numa_64.c      |   10 +++++-----
 arch/x86/mm/pageattr.c     |    2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-07-29  8:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 14:48 [PATCH 0/5] x86 cleanup: convert round_up() to roundup() Joerg Roedel
2008-07-25 14:48 ` [PATCH 1/5] x86: convert pci-dma.c from round_up to roundup Joerg Roedel
2008-07-25 14:48 ` [PATCH 2/5] x86: convert pageattr.c " Joerg Roedel
2008-07-25 14:48 ` [PATCH 3/5] x86: convert init_64.c " Joerg Roedel
2008-07-25 14:48 ` [PATCH 4/5] x86: convert numa_64.c " Joerg Roedel
2008-07-25 14:48 ` [PATCH 5/5] x86: convert discontig_32.c " Joerg Roedel
2008-07-26 13:39 ` [PATCH 0/5] x86 cleanup: convert round_up() to roundup() Ingo Molnar
2008-07-29  6:41   ` Yinghai Lu
2008-07-29  7:16     ` Ingo Molnar
2008-07-29  8:02     ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox