Skip to content

Commit

Permalink
[IA64-SGI] SGI Altix cross partition functionality [2/3]
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dean Nelson authored and Tony Luck committed May 3, 2005
1 parent 21223a9 commit 89eb8eb
Show file tree
Hide file tree
Showing 5 changed files with 5,325 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/sn/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 89eb8eb

Please sign in to comment.