]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add basic cache operations
authorStefan Reinauer <reinauer@chromium.org>
Sun, 2 Dec 2012 04:49:50 +0000 (04:49 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:39 +0000 (14:30 -0800)
commit095593c0301399ae834050e2008862451a72b8b0
tree6ebf30f48a3ec3db8111ecfb815044db5bcfa4a4
parent9a7da182fa936d28658daadef83e0b8f7104487b
x86: Add basic cache operations

Add functions to enable/disable the data cache.

Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c
arch/x86/cpu/interrupts.c
arch/x86/include/asm/cache.h
arch/x86/include/asm/control_regs.h [new file with mode: 0644]