commit | 35c8ab4c5c31bbe9e90ee63ba1b199cb979f6520 | [log] [tgz] |
---|---|---|
author | Chuck Tuffli <chuck.tuffli@emulex.com> | Sun Dec 21 12:30:58 2014 -0800 |
committer | David Vrabel <david.vrabel@citrix.com> | Tue Jan 20 18:44:23 2015 +0000 |
tree | c0c482c0d6ac63144916e7a58a0a79e88eb8166f | |
parent | ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc [diff] |
arm64: Relax licensing of arm64 Xen DMA operations With Xen configured into the arm64 kernel, any driver allocating DMA'able memory for PCI operations, must be GPL compatible, regardless of its interaction with Xen. This patch relaxes the GPL requirement of xen_dma_ops and its dependencies to allow open source drivers to be compiled for the arm64 architecture. Signed-off-by: Chuck Tuffli <chuck.tuffli@emulex.com>