login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
29
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
Date: Wednesday, December 29, 2010 - 4:30 pm
On Wed, Dec 29, 2010 at 3:05 PM, H. Peter Anvin <hpa@zytor.com> wrote:
quoted text
> On 12/27/2010 04:47 PM, Yinghai Lu wrote: >> >> Move it into head file. to prepare use it in other files. >> >> Signed-off-by: Yinghai Lu <yinghai@kernel.org> >> >> --- >> arch/x86/include/asm/page_types.h | 5 +++++ >> arch/x86/kernel/setup.c | 9 --------- >> 2 files changed, 5 insertions(+), 9 deletions(-) >> >> Index: linux-2.6/arch/x86/include/asm/page_types.h >> =================================================================== >> --- linux-2.6.orig/arch/x86/include/asm/page_types.h >> +++ linux-2.6/arch/x86/include/asm/page_types.h >> @@ -45,6 +45,11 @@ extern int devmem_is_allowed(unsigned lo >> extern unsigned long max_low_pfn_mapped; >> extern unsigned long max_pfn_mapped; >> >> +static inline u64 get_max_mapped(void) >> +{ >> + return (u64)max_pfn_mapped<<PAGE_SHIFT; >> +} >> + >> extern unsigned long init_memory_mapping(unsigned long start, >> unsigned long end); >> > > This is broken. <asm/page_types.h> doesn't include <linux/types.h> > which is required for the u64 type -- a simple compile test would have > told you this.
compile test fail on 32 bit?
quoted text
> Furthermore, it seems to me that it would make more > sense for this to be phys_addr_t instead of u64; would you agree?
yes. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/3] memblock related top down
, Yinghai Lu
, (Fri Dec 17, 5:58 pm)
[PATCH 0/6] memblock related further cleanup for x86
, Yinghai Lu
, (Mon Dec 27, 5:47 pm)
[PATCH 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Mon Dec 27, 5:47 pm)
[PATCH 2/6] x86, 64bit, numa: Allocate memnodemap under ma ...
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 3/6] x86, 64bit, numa: Put pgtable to local node memory
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 4/6] x86: Use early pre-allocated page table buffer ...
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 5/6] x86, 64bit: Move out cleanup higmap [_brk_end, ...
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 6/6] x86: Rename e820_table_* to pgt_buf_*
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
Re: [PATCH 0/3] memblock related top down
, H. Peter Anvin
, (Tue Dec 28, 1:21 pm)
Re: [PATCH 0/3] memblock related top down
, Yinghai Lu
, (Tue Dec 28, 2:36 pm)
Re: [PATCH 0/3] memblock related top down
, H. Peter Anvin
, (Tue Dec 28, 3:09 pm)
Re: [PATCH 0/3] memblock related top down
, Yinghai Lu
, (Tue Dec 28, 3:25 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, H. Peter Anvin
, (Wed Dec 29, 4:05 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Wed Dec 29, 4:30 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Wed Dec 29, 4:37 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, H. Peter Anvin
, (Wed Dec 29, 4:42 pm)
[PATCH -v2 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Wed Dec 29, 4:45 pm)
[PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local nod ...
, Yinghai Lu
, (Wed Dec 29, 4:46 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, H. Peter Anvin
, (Wed Dec 29, 4:50 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, Yinghai Lu
, (Wed Dec 29, 5:11 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, David Rientjes
, (Wed Dec 29, 5:39 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, H. Peter Anvin
, (Wed Dec 29, 5:58 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, David Rientjes
, (Wed Dec 29, 6:07 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, H. Peter Anvin
, (Wed Dec 29, 6:53 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, Ingo Molnar
, (Thu Dec 30, 2:06 am)
[boot crash] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgt ...
, Ingo Molnar
, (Thu Dec 30, 3:28 am)
Re: [boot crash] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put ...
, Ingo Molnar
, (Thu Dec 30, 3:30 am)
[build failure] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put ...
, Ingo Molnar
, (Thu Dec 30, 5:01 am)
Re: [build failure] Re: [PATCH -v2 3/6] x86, 64bit, numa: ...
, David Rientjes
, (Thu Dec 30, 11:53 am)
[patch] x86, numa: Fix CONFIG_DEBUG_PER_CPU_MAPS without N ...
, David Rientjes
, (Thu Dec 30, 11:54 am)
Re: [boot crash] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put ...
, Yinghai Lu
, (Thu Dec 30, 2:18 pm)
[PATCH -v2 6/6] x86: Rename e820_table_* to pgt_buf_*
, Yinghai Lu
, (Thu Dec 30, 2:54 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate