Re: spinlock vs. spinlock_deprecated, what's the difference

Previous thread: spinlock vs. spinlock_deprecated, what's the difference by Jordan Gordeev on Sunday, July 20, 2008 - 10:46 am. (1 message)

Next thread: Re: Adding new syscall by Matthew Dillon on Sunday, July 20, 2008 - 9:14 pm. (1 message)
From: Matthew Dillon
Date: Sunday, July 20, 2008 - 11:10 am

spinlock_deprecated is the 'old' spinlock code that bits of the
    really low level kernel console support still uses, and a few other
    things.  No new code should use those APIs.

    The spinlock structure and related code is our official spinlock
    implementation.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
Previous thread: spinlock vs. spinlock_deprecated, what's the difference by Jordan Gordeev on Sunday, July 20, 2008 - 10:46 am. (1 message)

Next thread: Re: Adding new syscall by Matthew Dillon on Sunday, July 20, 2008 - 9:14 pm. (1 message)