gpllib: share PAGE_SIZE definition with cpuid.h
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 21:02:42 +0000 (14:02 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 21:02:42 +0000 (14:02 -0700)
commit29fc5c5c502bc6a62e193b05b11225bbdd70c7bb
tree60f8a59c5bd00215e0da7b80249a44d6f06e70dd
parent2ba4440d04b2bd92c559b706f73a8ea2d288c4ee
gpllib: share PAGE_SIZE definition with cpuid.h

swsusp detection needs PAGE_SIZE. cpuid.h is actually already defining it.
Since both swsusp and cpuid are taken from the Linux kernel, it is a good idea to
share it (they really need to be equal).

We are going to rely on cpuid.h. Creating a page.h for this single definition seems
overkilling and the MMU is part of the CPU on x86 anyways.

Impact: fix compiler warning (redefinition).

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/gplinclude/disk/common.h