> Funky, how does accessing other CPU's per-cpu variables work on ia64Having scared you to death with some of the strange weirdness of ia64 ... it turns out that you made a trivial typo in the ia64 specific part of the patch ... see below. With this patch and a hack to call init_call_single_data() early enough the patch boots fine on ia64. -Tony commit 8ffe2551f04e55176f7f7935c5a3395cc641d514 Author: Tony Luck <tony.luck@intel.com> Date: Mon Mar 24 13:04:11 2008 -0700 [IA64] Fix typo'd call to generic_smp_call_function_single_interrupt Should really be calling generic_smp_call_function_interrupt() for the IPI_CALL_FUNC case. Signed-off-by: Tony Luck <tony.luck@intel.com> diff --git a/arch/ia64/kernel/smp.c b/arch/ia64/kernel/smp.c index fa26528..55cbc2c 100644 --- a/arch/ia64/kernel/smp.c +++ b/arch/ia64/kernel/smp.c @@ -124,7 +124,7 @@ handle_IPI (int irq, void *dev_id) switch (which) { case IPI_CALL_FUNC: - generic_smp_call_function_single_interrupt(); + generic_smp_call_function_interrupt(); break; case IPI_CALL_FUNC_SINGLE: generic_smp_call_function_single_interrupt(); --
| Peter Zijlstra | Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK |
| Christoph Lameter | Re: crash in kmem_cache_init |
| Greg Kroah-Hartman | [PATCH 017/196] aoechr: Convert from class_device to device |
| David Miller | Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cpu access overhead |
git: | |
| Raimund Bauer | [wishlist] graphical diff |
| Johannes Schindelin | Re: A tour of git: the basics (and notes on some unfriendly messages) |
| Pazu | qgit on Mac OS X |
| pradeep singh rautela | Re: Why does git track directory listed in .gitignore/".git/info/exclude"? |
| Stephen Pierce | SLS |
| Theodore Ts'o | Re: demand paging: proposal |
| Dong Liu | Re: CXterm for LINUX |
| Marc G Fournier | Re: Reducing traffic on c.o.l.; splitting c.o.l |
| Markus Wernig | host to host ipsec link |
| Beavis | mutiple pptp pass-through PF |
| Todd Pytel | IDE or SCSI virtual disks for VMWare image? |
| Sam Fourman Jr. | Asus Striker Extreme does not support 4GB memory |
| magical mounts | 12 hours ago | Linux kernel |
| Problem in scim in Fedora 9 | 13 hours ago | Linux general |
| The new Western Digital power saving drives | 13 hours ago | Hardware |
| Battery Maximizer Software | 1 day ago | Linux kernel |
| windows folder creation surprise | 1 day ago | Windows |
| Firewall | 2 days ago | OpenBSD |
| IP layer send packet | 2 days ago | Linux kernel |
| dtrace for linux available | 3 days ago | Linux kernel |
| Unable to mount ramdisk image using UBoot while upgrading to 2.6.15 kernel for a MPC8540 based target | 3 days ago | Linux kernel |
| RealTek RTL8169 - can't connect | 3 days ago | NetBSD |
