commit | 5358a96341a7fba23cbf0eaf01ce1ab4d738fc90 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Fri May 22 09:25:02 2015 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sat Aug 22 11:16:16 2015 +0200 |
tree | 49fc8843426bbf80fee0c6c98d17c204a3df63fb | |
parent | 129fd4233b62159d50c35fb6489cb22ee9c27415 [diff] |
KVM: PPC: Fix warnings from sparse When compiling the KVM code for POWER with "make C=1", sparse complains about functions missing proper prototypes and a 64-bit constant missing the ULL prefix. Let's fix this by making the functions static or by including the proper header with the prototypes, and by appending a ULL prefix to the constant PPC_MPPE_ADDRESS_MASK. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexander Graf <agraf@suse.de>