login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
11
Re: [PATCH 3/9] x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Cyrill Gorcunov
Subject:
Re: [PATCH 3/9] x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only
Date: Thursday, November 11, 2010 - 9:18 am
On Thu, Nov 11, 2010 at 12:02:37PM +0100, Tejun Heo wrote:
quoted text
> Both functions are used only in 32bit. Put them inside CONFIG_X86_32. > This is to prepare for logical apicid handling update. > > Signed-off-by: Tejun Heo <tj@kernel.org> > --- > arch/x86/kernel/apic/ipi.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/kernel/apic/ipi.c b/arch/x86/kernel/apic/ipi.c > index 08385e0..5037736 100644 > --- a/arch/x86/kernel/apic/ipi.c > +++ b/arch/x86/kernel/apic/ipi.c > @@ -56,6 +56,8 @@ void default_send_IPI_mask_allbutself_phys(const struct cpumask *mask, > local_irq_restore(flags); > } > > +#ifdef CONFIG_X86_32 > + > void default_send_IPI_mask_sequence_logical(const struct cpumask *mask, > int vector)
It still remains defined in ipi.h as external symbol without CONFIG_X86_32. Cyrill --
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:
[PATCHSET RFC] x86: unify x86_32 and 64 NUMA init paths
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 3/9] x86: Make default_send_IPI_mask_sequence/allbu ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 4/9] x86: Initialize 32bit logical apicid mapping e ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 5/9] x86: Replace apic->apicid_to_node() with ->num ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 6/9] x86: Unify cpu/apicid <-> NUMA node mapping be ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 7/9] x86: Unify CPU -> NUMA node mapping between 32 ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 8/9] x86: Unify node_to_cpumask_map handling betwee ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
[PATCH 9/9] x86: Unify NUMA initialization between 32 and ...
, Tejun Heo
, (Thu Nov 11, 4:02 am)
Re: [PATCH 5/9] x86: Replace apic->apicid_to_node() with - ...
, Pekka Enberg
, (Thu Nov 11, 4:37 am)
Re: [PATCH 6/9] x86: Unify cpu/apicid <-> NUMA node mappin ...
, Pekka Enberg
, (Thu Nov 11, 5:01 am)
Re: [PATCH 3/9] x86: Make default_send_IPI_mask_sequence/a ...
, Pekka Enberg
, (Thu Nov 11, 5:02 am)
Re: [PATCH 9/9] x86: Unify NUMA initialization between 32 ...
, Pekka Enberg
, (Thu Nov 11, 5:09 am)
Re: [PATCH 8/9] x86: Unify node_to_cpumask_map handling be ...
, Pekka Enberg
, (Thu Nov 11, 5:11 am)
Re: [PATCH 3/9] x86: Make default_send_IPI_mask_sequence/a ...
, Cyrill Gorcunov
, (Thu Nov 11, 9:18 am)
[PATCH UPDATED 3/9] x86: Make default_send_IPI_mask_sequen ...
, Tejun Heo
, (Thu Nov 11, 10:34 am)
Re: [PATCH UPDATED 3/9] x86: Make default_send_IPI_mask_se ...
, Cyrill Gorcunov
, (Thu Nov 11, 10:52 am)
Re: [PATCH 4/9] x86: Initialize 32bit logical apicid mappi ...
, Brian Gerst
, (Thu Nov 11, 6:54 pm)
[PATCH UPDATED 4/9] x86: Initialize 32bit logical apicid m ...
, Tejun Heo
, (Fri Nov 12, 2:38 am)
Re: [PATCH UPDATED 4/9] x86: Initialize 32bit logical apic ...
, Yinghai Lu
, (Fri Nov 12, 2:58 am)
Re: [PATCH UPDATED 4/9] x86: Initialize 32bit logical apic ...
, Tejun Heo
, (Fri Nov 12, 3:22 am)
[PATCH 3.5/9] x86: Use local variable to cache smp_process ...
, Tejun Heo
, (Fri Nov 12, 3:32 am)
[PATCH 4/9 UPDATED-1] x86: Initialize 32bit logical apicid ...
, Tejun Heo
, (Fri Nov 12, 3:33 am)
Re: [PATCH 4/9 UPDATED-1] x86: Initialize 32bit logical ap ...
, Ingo Molnar
, (Thu Nov 18, 1:30 am)
Re: [PATCH 4/9 UPDATED-1] x86: Initialize 32bit logical ap ...
, Tejun Heo
, (Thu Nov 18, 1:39 am)
Re: [PATCH 4/9 UPDATED-1] x86: Initialize 32bit logical ap ...
, Ingo Molnar
, (Thu Nov 18, 1:42 am)
Re: [PATCH 4/9 UPDATED-1] x86: Initialize 32bit logical ap ...
, Tejun Heo
, (Thu Nov 18, 1:48 am)
Re: [PATCH 4/9 UPDATED-1] x86: Initialize 32bit logical ap ...
, Ingo Molnar
, (Thu Nov 18, 2:08 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate