]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Move paging functions into cpu.c
authorSimon Glass <sjg@chromium.org>
Fri, 10 Oct 2014 14:21:52 +0000 (08:21 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Oct 2014 02:42:51 +0000 (20:42 -0600)
commit7bddac947da91431655c9d7be030b94c1c9a8699
tree801fe83586b2aa56a53b97293b2d4eed7d45bd8a
parent6c499abe05f93d9f53338b9831196efeede5f2e0
x86: Move paging functions into cpu.c

These functions really don't belong in physmem as they relate to the
cpu. Move them.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c
arch/x86/include/asm/cpu.h [new file with mode: 0644]
arch/x86/lib/physmem.c