diff options
| author | Michael Opdenacker <[email protected]> | 2014-02-18 13:07:41 +0000 |
|---|---|---|
| committer | David Vrabel <[email protected]> | 2014-03-18 14:40:19 +0000 |
| commit | 395edbb80b049884df075be54ef46cc742c3e266 (patch) | |
| tree | c870d8ba1d6747c7c56220d217b59df0b7ba9e46 /drivers/xen/xen-acpi-processor.c | |
| parent | xen: add support for MSI message groups (diff) | |
| download | kernel-395edbb80b049884df075be54ef46cc742c3e266.tar.gz kernel-395edbb80b049884df075be54ef46cc742c3e266.zip | |
xen: remove XEN_PRIVILEGED_GUEST
This patch removes the Kconfig symbol XEN_PRIVILEGED_GUEST which is
used nowhere in the tree.
We do know grub2 has a script that greps kernel configuration files for
its macro. It shouldn't do that. As Linus summarized:
This is a grub bug. It really is that simple. Treat it as one.
Besides, grub2's grepping for that macro is actually superfluous. See,
that script currently contains this test (simplified):
grep -x CONFIG_XEN_DOM0=y $config || grep -x CONFIG_XEN_PRIVILEGED_GUEST=y $config
But since XEN_DOM0 and XEN_PRIVILEGED_GUEST are by definition equal,
removing XEN_PRIVILEGED_GUEST cannot influence this test.
So there's no reason to not remove this symbol, like we do with all
unused Kconfig symbols.
[[email protected]: rewrote commit explanation.]
Signed-off-by: Michael Opdenacker <[email protected]>
Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Diffstat (limited to 'drivers/xen/xen-acpi-processor.c')
0 files changed, 0 insertions, 0 deletions
