[SPARC]: Add sparc profiling support
This patch adds profiling support to the sparc architecture. It is a copy of the sparc64 implementation. Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
872ec64847
commit
9550e59c45
@@ -95,6 +95,8 @@ unsigned long profile_pc(struct pt_regs *regs)
|
||||
return pc;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(profile_pc);
|
||||
|
||||
__volatile__ unsigned int *master_l10_counter;
|
||||
__volatile__ unsigned int *master_l10_limit;
|
||||
|
||||
|
Reference in New Issue
Block a user