[PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules too
authorAndi Kleen <ak@suse.de>
Wed, 2 May 2007 17:27:17 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:17 +0000 (19:27 +0200)
commit21564fd2a3deb48200b595332f9ed4c9f311f2a7
tree5dc7cc440d806d356876d97e288676524cf5e4e5
parent441d40dca024deb305a5e3d5003e8cd9d364d10f
[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>
arch/i386/kernel/paravirt.c