Displaying 2 results from an estimated 2 matches for "54f1c80".
2014 Jun 28
2
[RFC PATCH v2] Implement Batched (group) ticket lock
...ng NUMA may
give more performance)
- Should we have config option for batch_size?
I would like to thank Rik, Waiman for their review and valuable feedback for V1.
Please provide your suggestion and comments.
diff --git a/arch/x86/include/asm/spinlock.h b/arch/x86/include/asm/spinlock.h
index 54f1c80..cfb78e6 100644
--- a/arch/x86/include/asm/spinlock.h
+++ b/arch/x86/include/asm/spinlock.h
@@ -8,6 +8,7 @@
#include <linux/compiler.h>
#include <asm/paravirt.h>
#include <asm/bitops.h>
+#include <linux/bug.h>
/*
* Your basic SMP spinlocks, allowing only a single CPU...
2014 Jun 28
2
[RFC PATCH v2] Implement Batched (group) ticket lock
...ng NUMA may
give more performance)
- Should we have config option for batch_size?
I would like to thank Rik, Waiman for their review and valuable feedback for V1.
Please provide your suggestion and comments.
diff --git a/arch/x86/include/asm/spinlock.h b/arch/x86/include/asm/spinlock.h
index 54f1c80..cfb78e6 100644
--- a/arch/x86/include/asm/spinlock.h
+++ b/arch/x86/include/asm/spinlock.h
@@ -8,6 +8,7 @@
#include <linux/compiler.h>
#include <asm/paravirt.h>
#include <asm/bitops.h>
+#include <linux/bug.h>
/*
* Your basic SMP spinlocks, allowing only a single CPU...