commit | 21564fd2a3deb48200b595332f9ed4c9f311f2a7 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed May 02 19:27:17 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:17 2007 +0200 |
tree | 5dc7cc440d806d356876d97e288676524cf5e4e5 | |
parent | 441d40dca024deb305a5e3d5003e8cd9d364d10f [diff] |
[PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules too Otherwise non GPL modules cannot even do basic operations like disabling interrupts anymore, which would be excessive. Longer term should split the single structure up into internal and external symbols and not export the internal ones at all. Signed-off-by: Andi Kleen <ak@suse.de>