All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 00/18] continued prepartion of XPC/XPNET to support SGI UV
@ 2008-06-06 16:40 Dean Nelson
  2008-06-06 16:42 ` [Patch 01/18] define is_shub() and is_uv() macros Dean Nelson
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Dean Nelson @ 2008-06-06 16:40 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

This set of patches takes XPC/XPNET another step in the direction of being
able to run on both sgi-sn2 and sgi-uv hardware. The result of this set of
patches is to isolate the architecture specific code.

This patchset is based on linux-next.

There are more patches to follow.

I can't do anything about the following warning reported by checkpatch.pl.
The symbol being exported resides in drivers/misc/sgi-xp/xp_nofault.S, so the
EXPORT_SYMBOL_GPL(xp_nofault_PIOR) can't even be placed in the same file much
less follow the function.

> WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
> #25: FILE: misc/sgi-xp/xp_sn2.c:25:
> +EXPORT_SYMBOL_GPL(xp_nofault_PIOR);


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

end of thread, other threads:[~2008-06-09  0:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 16:40 [Patch 00/18] continued prepartion of XPC/XPNET to support SGI UV Dean Nelson
2008-06-06 16:42 ` [Patch 01/18] define is_shub() and is_uv() macros Dean Nelson
2008-06-06 16:43 ` [Patch 02/18] define xpSalError reason code Dean Nelson
2008-06-06 16:44 ` [Patch 03/18] define BYTES_PER_WORD Dean Nelson
2008-06-09  0:12   ` Andrew Morton
2008-06-06 16:46 ` [Patch 04/18] support runtime selection of xp_max_npartitions Dean Nelson
2008-06-06 16:47 ` [Patch 05/18] create a common xp_remote_memcpy() function Dean Nelson
2008-06-06 16:48 ` [Patch 06/18] prepare xpc_rsvd_page to work on either sn2 or uv hardware Dean Nelson
2008-06-06 16:49 ` [Patch 07/18] isolate xpc_vars_part structure to sn2 only Dean Nelson
2008-06-06 16:51 ` [Patch 08/18] isolate xpc_vars " Dean Nelson
2008-06-06 16:52 ` [Patch 09/18] base xpc_rsvd_page's timestamp on jiffies Dean Nelson
2008-06-09  0:15   ` Andrew Morton
2008-06-06 16:53 ` [Patch 10/18] move xpc_allocate() into xpc_send()/xpc_send_notify() Dean Nelson
2008-06-06 16:54 ` [Patch 11/18] isolate activate IRQ's hardware specific components Dean Nelson
2008-06-06 16:55 ` [Patch 12/18] isolate additional sn2 specific code Dean Nelson
2008-06-06 16:56 ` [Patch 13/18] separate chctl_flags from XPC's notify IRQ Dean Nelson
2008-06-06 16:58 ` [Patch 14/18] replace AMO_t typedef by struct amo Dean Nelson
2008-06-06 16:59 ` [Patch 15/18] isolate allocation of XPC's msgqueues to sn2 only Dean Nelson
2008-06-06 17:00 ` [Patch 16/18] enable XPNET to handle more than 64 partitions Dean Nelson
2008-06-06 17:02 ` [Patch 17/18] isolate remote copy buffer to sn2 only Dean Nelson
2008-06-06 17:03 ` [Patch 18/18] add _sn2 suffix to a few variables Dean Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.