[Patch 00/18] continued prepartion of XPC/XPNET to support SGI UV

From: Dean Nelson
Date: Fri Jun 06 2008 - 12:40:46 EST


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);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/