From 2f04304587544dd14277413ebff12fa0f4fc932c Mon Sep 17 00:00:00 2001 From: Lorenzo Pieralisi Date: Tue, 13 Aug 2013 10:45:19 +0100 Subject: [PATCH] arm64: kernel: refactor code to install/uninstall breakpoints Most of the code executed to install and uninstall breakpoints is common and can be factored out in a function that through a runtime operations type provides the requested implementation. This patch creates a common function that can be used to install/uninstall breakpoints and defines the set of operations that can be carried out through it. Reviewed-by: Will Deacon Signed-off-by: Lorenzo Pieralisi --- Reading git-format-patch failed