diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-09 15:35:53 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-09 15:35:53 -0500 |
commit | 263a5c8e16c34199ddf6de3f102e789ffa3ee26e (patch) | |
tree | 4f049e339d522b2ab0ba3bed3ec217e4bbc83d35 /include/linux/hyperv.h | |
parent | 54d20f006ceff1f2f1e69d0e54049b6c0765c039 (diff) | |
parent | 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d (diff) |
Merge 3.3-rc6 into driver-core-next
This was done to resolve a conflict in the drivers/base/cpu.c file.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 75aee6720c1b..e57a6c6ee0e8 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -176,7 +176,7 @@ struct hv_kvp_msg { | |||
176 | #include <linux/mod_devicetable.h> | 176 | #include <linux/mod_devicetable.h> |
177 | 177 | ||
178 | 178 | ||
179 | #define MAX_PAGE_BUFFER_COUNT 18 | 179 | #define MAX_PAGE_BUFFER_COUNT 19 |
180 | #define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */ | 180 | #define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */ |
181 | 181 | ||
182 | #pragma pack(push, 1) | 182 | #pragma pack(push, 1) |