Add native ARM port for armv7l
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 18 Jun 2010 16:25:08 +0000 (12:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 18 Jun 2010 16:25:08 +0000 (12:25 -0400)
commitfdbddd0b309449efb4db1e70e88bb5c65963b478
tree61a67bcc9963f955c296078192aa2af96ef8db2b
parentca5a03db55305c0bf8c2e0571ca46fcccea53512
Add native ARM port for armv7l

Add native support for armv7l.  Other variants of ARM will likely require
separate ports.  The gcc __sync_ approach works back to at least 2.6.15
kernels.

As suggested by Paolo Bonzini, defer the definition of CACHE_LINE_SIZE
to arch_generic.h.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
urcu/arch_armv7l.h [new file with mode: 0644]
urcu/uatomic_arch_armv7l.h [new file with mode: 0644]
This page took 0.025554 seconds and 4 git commands to generate.