From: Lorenzo Pieralisi Date: Tue, 13 Aug 2013 09:45:19 +0000 (+0100) Subject: arm64: kernel: refactor code to install/uninstall breakpoints X-Git-Tag: v3.14-rc1~153^2~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f04304587544dd14277413ebff12fa0f4fc932c;p=pandora-kernel.git 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-diff-tree failed