]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add basic cache operations
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:11 +0000 (19:26 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Mar 2013 23:57:34 +0000 (15:57 -0800)
commit8937140957eb91060b766781bb3a9e2b191529a5
tree820ce6c24bfd60d95f36c19d0d296642d5d78e53
parent5e98947f9baa5bdc9b819d365f9f8ef65a9b1e4d
x86: Add basic cache operations

At present most x86 cache operations are undefined. Add a basic
implementation for these.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c