diff options
author | Noam Camus <[email protected]> | 2012-11-16 07:03:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-11-16 04:39:15 -0800 |
commit | ed71871bed7198ca4aa6a79b7a93b73ad6408e98 (patch) | |
tree | b6943bd2984110a9f3dfda8d9f5cddee5d9b0fa4 /fs/jbd/commit.c | |
parent | 33b48e1633f738c5ae78234c2dd5e3a9ba115437 (diff) |
tty/8250_early: Turn serial_in/serial_out into weak symbols.
Allows overriding default methods serial_in/serial_out.
In such platform specific replacement it is possible to use
other regshift, biased register offset, any other manipulation
that is not covered with common default methods.
Overriding default methods may be useful for platforms which got
serial peripheral with registers represented in big endian.
In this situation and assuming that 32 bit operations / alignment
is required then it may be useful to swab words before/after
accessing the serial registers.
Signed-off-by: Noam Camus <[email protected]>
Acked-by: Alan Cox <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions