aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2008-10-18 20:28:36 -0700
committerLinus Torvalds <[email protected]>2008-10-20 08:52:40 -0700
commitacf0108a84edae22b99655eb2f6f6c9f7ec4d449 (patch)
treebfd93125ccff25c774c2e4d71a8ba537312950ab /net/lapb/lapb_out.c
parentb8e465f4945bc0e9f324e3bbe15f5180a8e9a6fe (diff)
byteorder: use generic C version for value byteswapping
This makes the new implementation of the byteorder helpers match the old in how it degraded when an arch-defined version was not available: 1) swab() - look for arch defined - if not, use generic c version 2) swabp() - look for arch-defined - if not, deref pointer and use swab() 3) swabs() - look for arch defined - if not, use swabp Signed-off-by: Harvey Harrison <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions