summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBryan O'Donoghue <pure.logic@nexus-software.ie>2018-04-30 15:56:05 +0100
committerTom Rini <trini@konsulko.com>2018-05-15 21:44:05 -0400
commit7ed4370bb915a27541fdfabf3ce8e0ab4bbcd306 (patch)
tree02395bbd2e6f40ebf575c720c691f718269d8295 /examples
parentaccdce5f86084be63eebc970532513f063115a8e (diff)
nios2: Define PLATFORM__SET_BIT for generic_set_bit()
nios2 bitops.h provides a __set_bit() but does not define PLATFORM__SET_BIT as a result generic_set_bit() is used instead of the architecturally provided __set_bit(). This patch defines PLATFORM__SET_BIT which means that __set_bit() in nios2 bitops.h will be called whenever generic_set_bit() is called - as opposed to the default cross-platform generic_set_bit(). Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie> Cc: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions