diff options
author | Bryan O'Donoghue | 2018-04-30 15:56:04 +0100 |
---|---|---|
committer | Tom Rini | 2018-05-15 21:44:05 -0400 |
commit | accdce5f86084be63eebc970532513f063115a8e (patch) | |
tree | 88f35f97a78356e4c9bce45dc6d8a8fd78d4c810 /arch/x86 | |
parent | 820cba2ce8839c850fcb8d369f24e0e1eff9759c (diff) |
riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
riscv bitops.h provides a __clear_bit() but does not define
PLATFORM__CLEAR_BIT as a result generic_clear_bit() is used instead of the
architecturally provided __clear_bit().
This patch defines PLATFORM__CLEAR_BIT which means that __clear_bit() in
riscv bitops.h will be called whenever generic_clear_bit() is called - as
opposed to the default cross-platform generic_clear_bit().
Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Cc: Rick Chen <rick@andestech.com>
Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions