]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
[PATCH] ARM: Fix Xscale copy_page implementation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 8 Jun 2005 14:28:24 +0000 (15:28 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 8 Jun 2005 14:28:24 +0000 (15:28 +0100)
commitf8f98a9335db4a7d6285b785180fad720bf22864
tree201cf5ce682812b0ed15544269930c0d45e1a42f
parent17d82fcc6a15887b7138d35802ab8fc5f249794f
[PATCH] ARM: Fix Xscale copy_page implementation

The ARM copypage changes in 2.6.12-rc4-git1 removed the preempt locking
from the copypage functions which broke the XScale implementation.
This patch fixes the locking on XScale and removes the now unneeded
minicache code.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Checked-by: Richard Purdie
arch/arm/mm/Kconfig
arch/arm/mm/Makefile
arch/arm/mm/copypage-xscale.S [deleted file]
arch/arm/mm/copypage-xscale.c [new file with mode: 0644]
arch/arm/mm/minicache.c