diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-07-25 18:11:50 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-08-30 21:42:17 +0530 |
commit | ade922f8e269115252d199bf6c524a10379cf716 (patch) | |
tree | 207f788bdfde0aacb6859ffca2db7d42a518021e /arch/arc/include/asm/mmu.h | |
parent | c0857f5d0e747dbbf53d8f27bcf7d977aac33760 (diff) |
ARC: [ASID] Remove legacy/unused debug code
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/mmu.h')
-rw-r--r-- | arch/arc/include/asm/mmu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/include/asm/mmu.h b/arch/arc/include/asm/mmu.h index d14da3d02fb..7165f25c091 100644 --- a/arch/arc/include/asm/mmu.h +++ b/arch/arc/include/asm/mmu.h @@ -49,9 +49,6 @@ typedef struct { unsigned long asid; /* Pvt Addr-Space ID for mm */ -#ifdef CONFIG_ARC_TLB_DBG - struct task_struct *tsk; -#endif } mm_context_t; #ifdef CONFIG_ARC_DBG_TLB_PARANOIA |