login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
23
Re: [PATCH] x86_64: should use array directly for early_ptr
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Mike Travis <travis@...>
To: Yinghai Lu <Yinghai.Lu@...>
Cc: Ingo Molnar <mingo@...>, Christoph Lameter <clameter@...>, LKML <linux-kernel@...>
Subject:
Re: [PATCH] x86_64: should use array directly for early_ptr
Date: Wednesday, January 23, 2008 - 10:18 am
Yinghai Lu wrote:
quoted text
> [PATCH] x86_64: should use array directly for early_ptr > > Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> > > --- a/arch/x86/kernel/setup_64.c 2008-01-23 01:21:06.000000000 -0800 > +++ b/arch/x86/kernel/setup_64.c 2008-01-23 01:21:24.000000000 -0800 > @@ -344,10 +344,10 @@ > > #ifdef CONFIG_SMP > /* setup to use the early static init tables during kernel startup */ > - x86_cpu_to_apicid_early_ptr = (void *)&x86_cpu_to_apicid_init; > - x86_bios_cpu_apicid_early_ptr = (void *)&x86_bios_cpu_apicid_init; > + x86_cpu_to_apicid_early_ptr = (void *)x86_cpu_to_apicid_init; > + x86_bios_cpu_apicid_early_ptr = (void *)x86_bios_cpu_apicid_init; > #ifdef CONFIG_NUMA > - x86_cpu_to_node_map_early_ptr = (void *)&x86_cpu_to_node_map_init; > + x86_cpu_to_node_map_early_ptr = (void *)x86_cpu_to_node_map_init; > #endif > #endif >
Also Thanks! -Mike --
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] x86_64: remove duplicated line about x86_bios_cpu_ap...
, Yinghai Lu
, (Wed Jan 23, 4:56 am)
Re: [PATCH] x86_64: remove duplicated line about x86_bios_cp...
, Mike Travis
, (Wed Jan 23, 10:16 am)
Re: [PATCH] x86_64: remove duplicated line about x86_bios_cp...
, Mike Travis
, (Wed Jan 23, 10:37 am)
[PATCH] x86_64: should use array directly for early_ptr
, Yinghai Lu
, (Wed Jan 23, 5:27 am)
Re: [PATCH] x86_64: should use array directly for early_ptr
, Mike Travis
, (Wed Jan 23, 10:18 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Srivatsa Vaddagiri
containers (was Re: -mm merge plans for 2.6.23)
Benjamin Herrenschmidt
Re: [linux-pm] [PATCH] Remove process freezer from suspend to RAM pathway
git
:
linux-netdev
:
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Patrick McHardy
Re: [GIT]: Networking
Gerrit Renker
[PATCH 6/7] [CCID-2/3]: Fix sparse warnings
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
936 guests
online.
Online users
strcmp
maheshdm
Syndicate