Merge branch 'core/xen' into x86/xen

This commit is contained in:
Ingo Molnar
2008-09-10 14:05:45 +02:00
941 changed files with 33672 additions and 9943 deletions

View File

@@ -746,7 +746,7 @@ static spinlock_t *xen_pte_lock(struct page *page)
{
spinlock_t *ptl = NULL;
#if NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS
#if USE_SPLIT_PTLOCKS
ptl = __pte_lockptr(page);
spin_lock(ptl);
#endif