From: Russell King Date: Wed, 19 Aug 2015 20:23:48 +0000 (+0100) Subject: ARM: domains: switch to keeping domain value in register X-Git-Tag: omap-for-v4.3/fixes-rc1~102^2~1^5~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eef5d2f1b461c120bcd82077edee5ec706ac53b;p=pandora-kernel.git ARM: domains: switch to keeping domain value in register Rather than modifying both the domain access control register and our per-thread copy, modify only the domain access control register, and use the per-thread copy to save and restore the register over context switches. We can also avoid the explicit initialisation of the init thread_info structure. This allows us to avoid needing to gain access to the thread information at the uaccess control sites. Signed-off-by: Russell King --- Reading git-diff-tree failed