Skip to content
  • Peter Zijlstra's avatar
    locking/Documentation: Add disclaimer · e7720af5
    Peter Zijlstra authored
    
    
    It appears people are reading this document as a requirements list for
    building hardware. This is not the intent of this document. Nor is it
    particularly suited for this purpose.
    
    The primary purpose of this document is our collective attempt to define
    a set of primitives that (hopefully) allow us to write correct code on
    the myriad of SMP platforms Linux supports.
    
    Its a definite work in progress as our understanding of these platforms,
    and memory ordering in general, progresses.
    
    Nor does being mentioned in this document mean we think its a
    particularly good idea; the data dependency barrier required by Alpha
    being a prime example. Yes we have it, no you're insane to require it
    when building new hardware.
    
    Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
    Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: corbet@lwn.net
    Cc: dave@stgolabs.net
    Cc: dhowells@redhat.com
    Cc: linux-doc@vger.kernel.org
    Cc: will.deacon@arm.com
    Link: http://lkml.kernel.org/r/1461691328-5429-1-git-send-email-paulmck@linux.vnet.ibm.com
    
    
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    e7720af5