refresh hwlat_detector-A-system-hardware-latency-detector.patch

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/hwlat_detector-A-system-hardware-latency-detector.patch b/hwlat_detector-A-system-hardware-latency-detector.patch
index 6141f3b..f16f48d 100644
--- a/hwlat_detector-A-system-hardware-latency-detector.patch
+++ b/hwlat_detector-A-system-hardware-latency-detector.patch
@@ -1,4 +1,4 @@
-From fd823ab0b81b42067ec19ad7839b55527d58f0bd Mon Sep 17 00:00:00 2001
+From 5e9a89be906c5d0a90c918814a831b6e96136443 Mon Sep 17 00:00:00 2001
 From: Jon Masters <jonathan@jonmasters.org>
 Date: Fri, 3 Jul 2009 13:16:34 -0500
 Subject: [PATCH] hwlat_detector: A system hardware latency detector
@@ -88,10 +88,10 @@
 +then we write to a global sample ring buffer of 8K samples, which is
 +consumed by reading from the "sample" (pipe) debugfs file interface.
 diff --git a/MAINTAINERS b/MAINTAINERS
-index 2533fc4..be1b7ca 100644
+index 1838875..22ed064 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -2443,6 +2443,15 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
+@@ -2540,6 +2540,15 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
  S:	Maintained
  F:	drivers/media/video/gspca/
  
@@ -108,7 +108,7 @@
  L:	lm-sensors@lm-sensors.org
  W:	http://www.lm-sensors.org/
 diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
-index e3551d2..2eeb595 100644
+index 0d0d625..8dd47e0 100644
 --- a/drivers/misc/Kconfig
 +++ b/drivers/misc/Kconfig
 @@ -90,6 +90,34 @@ config IBM_ASM
@@ -147,13 +147,13 @@
  	tristate "Sensable PHANToM (PCI)"
  	depends on PCI
 diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
-index 049ff24..d200c8c 100644
+index 7b6f7ee..d8a1ff8 100644
 --- a/drivers/misc/Makefile
 +++ b/drivers/misc/Makefile
-@@ -28,3 +28,4 @@ obj-$(CONFIG_C2PORT)		+= c2port/
- obj-$(CONFIG_IWMC3200TOP)      += iwmc3200top/
+@@ -30,3 +30,4 @@ obj-$(CONFIG_IWMC3200TOP)      += iwmc3200top/
  obj-y				+= eeprom/
  obj-y				+= cb710/
+ obj-$(CONFIG_VMWARE_BALLOON)	+= vmware_balloon.o
 +obj-$(CONFIG_HWLAT_DETECTOR)	+= hwlat_detector.o
 diff --git a/drivers/misc/hwlat_detector.c b/drivers/misc/hwlat_detector.c
 new file mode 100644