remove abs64()
Switch everything to the new and more capable implementation of abs(). Mainly to give the new abs() a bit of a workout. Cc: Michal Nazarewicz <mina86@mina86.com> Cc: John Stultz <john.stultz@linaro.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c8299cb605
commit
79211c8ed1
13 changed files with 16 additions and 19 deletions
|
@ -223,9 +223,6 @@ extern int _cond_resched(void);
|
|||
ret; \
|
||||
}))
|
||||
|
||||
/* Deprecated, use abs instead. */
|
||||
#define abs64(x) abs((s64)(x))
|
||||
|
||||
/**
|
||||
* reciprocal_scale - "scale" a value into range [0, ep_ro)
|
||||
* @val: value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue