"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "73bb7dc08edd921953f7b720b54e5dcb15ee0a02"
KVM: PPC: bookehv: remove negation for CONFIG_64BIT
Instead if doing #ifndef CONFIG_64BIT ... #else ... #endif we should rather do #ifdef CONFIG_64BIT ... #else ... #endif which is a lot easier to read. Change the bookehv implementation to stick with this rule. Signed-off-by:Alexander Graf <agraf@suse.de> Signed-off-by:
Avi Kivity <avi@redhat.com>
Loading
Please register or sign in to comment