Commit 814f75ec authored by Jan Kiszka's avatar Jan Kiszka Committed by Jiri Kosina

UML: Drop private round_down definition

Already defined in kernel.h. The official version assumes that 'n' is
power of two - which it is in our case.
Signed-off-by: default avatarJan Kiszka <jan.kiszka@web.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 5156d011
......@@ -165,8 +165,6 @@ struct rt_sigframe
struct _fpstate fpstate;
};
#define round_down(m, n) (((m) / (n)) * (n))
int setup_signal_stack_si(unsigned long stack_top, int sig,
struct k_sigaction *ka, struct pt_regs * regs,
siginfo_t *info, sigset_t *set)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment