x86: provide readq()/writeq() on 32-bit too
authorHitoshi Mitake <h.mitake@gmail.com>
Sun, 30 Nov 2008 08:16:04 +0000 (17:16 +0900)
committerIngo Molnar <mingo@elte.hu>
Sun, 30 Nov 2008 08:38:16 +0000 (09:38 +0100)
Impact: add new API for drivers

Add implementation of readq/writeq to x86_32, and add config value to
the x86 architecture to determine existence of readq/writeq.

Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found