commit | 2cd690ea6d6b345265f2de8c40e4a003ed802002 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Thu Nov 03 11:38:52 2016 -0700 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Nov 30 11:54:25 2016 -0800 |
tree | 8bdb07ec0fd7a8cc482ea1d5a560443b121c5993 | |
parent | 6a8b2ca702b279bea0e8f0363056439352e2081c [diff] |
ARC: timer: gfrc, rtc: deuglify big endian code A standard "C" shift will be handled appropriately by the compiler depending on the endian for the build. So we don't need the explicit distinction in code Signed-off-by: Vineet Gupta <vgupta@synopsys.com>