From: Andi Kleen Date: Wed, 2 May 2007 17:27:17 +0000 (+0200) Subject: [PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules too X-Git-Tag: v2.6.22-rc1~1011^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21564fd2a3deb48200b595332f9ed4c9f311f2a7;p=pandora-kernel.git [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 --- Reading git-diff-tree failed