Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2f10130 authored by Laura Abbott's avatar Laura Abbott
Browse files

msm: Remove store_ttbr0



This was used for debugging a while back but isn't even called
anymore. Remove it.

Change-Id: Ia5e9c609508a80ae471b9ff448b92fe193e2d2b1
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent 16103798
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -63,15 +63,6 @@ char *memtype_name[] = {
	"EBI1"
	"EBI1"
};
};


unsigned int msm_ttbr0;

void store_ttbr0(void)
{
	/* Store TTBR0 for post-mortem debugging purposes. */
	asm("mrc p15, 0, %0, c2, c0, 0\n"
		: "=r" (msm_ttbr0));
}

static int __init check_for_compat(unsigned long node)
static int __init check_for_compat(unsigned long node)
{
{
	char **start = __compat_exports_start;
	char **start = __compat_exports_start;