diff options
author | Dean Nelson <dcn@sgi.com> | 2005-03-23 19:50:00 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-03 12:36:00 -0700 |
commit | 89eb8eb927e324366c3ac0458998aaf9953fc5cd (patch) | |
tree | c5f77d88bc42821134de6ea49a5663654df38e56 /arch/ia64/sn/kernel/Makefile | |
parent | 21223a9e78050919499d3d9039170e608eb939cc (diff) | |
download | op-kernel-dev-89eb8eb927e324366c3ac0458998aaf9953fc5cd.zip op-kernel-dev-89eb8eb927e324366c3ac0458998aaf9953fc5cd.tar.gz |
[IA64-SGI] SGI Altix cross partition functionality [2/3]
This patch contains the communication module (XPC) for cross partition
communication on a partitioned SGI Altix.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/kernel/Makefile')
-rw-r--r-- | arch/ia64/sn/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile index b1a4a23..6959736 100644 --- a/arch/ia64/sn/kernel/Makefile +++ b/arch/ia64/sn/kernel/Makefile @@ -13,3 +13,5 @@ obj-$(CONFIG_IA64_GENERIC) += machvec.o obj-$(CONFIG_SGI_TIOCX) += tiocx.o obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o xp-y := xp_main.o xp_nofault.o +obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o +xpc-y := xpc_main.o xpc_channel.o xpc_partition.o |