Re: [PATCH 38 of 39] IB/ipath - More changes to support InfiniPath on PowerPC 970 systems
From: David Miller <davem@davemloft.net>
Date: 2006-06-29 21:55:10
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2006-06-29 21:55:10
Also in:
lkml
From: Bryan O'Sullivan <redacted> Date: Thu, 29 Jun 2006 14:41:29 -0700
ipath_core-$(CONFIG_X86_64) += ipath_wc_x86_64.o +ipath_core-$(CONFIG_PPC64) += ipath_wc_ppc64.o
Again, don't put these kinds of cpu specific functions into the infiniband driver. They are potentially globally useful, not something only Infiniband might want to do.