blob: 90c9b400ba6d5e19872cd50e71c2fa51ea4ab11b [file] [log] [blame]
Mike Frysinger1c873be2009-06-09 07:25:09 -04001/*
2 * Blackfin ftrace code
3 *
4 * Copyright 2009 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
6 */
7
8#ifndef __ASM_BFIN_FTRACE_H__
9#define __ASM_BFIN_FTRACE_H__
10
Yi Li5bf9cbe2009-09-15 09:24:31 +000011#define MCOUNT_INSN_SIZE 6 /* sizeof "[++sp] = rets; call __mcount;" */
Mike Frysinger1c873be2009-06-09 07:25:09 -040012
13#endif