diff options
| author | Markus Lidel <markus.lidel@shadowconnect.com> | 2005-01-14 23:34:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-14 23:34:52 -0800 |
| commit | b4d71a318fbe18f5fc6982d0f0b8dc4cf1d97fe4 (patch) | |
| tree | 936242931f801fc0129070fbcf57a4b14a4a37d8 /include/linux | |
| parent | adae02123364ca1caecbec65179b45d7444b3c76 (diff) | |
[PATCH] I2O: fix possible race condition and minor improvements
- I2O Block OSM contained a possible race condition (by Wolfram Joost)
- In pci.c the memory area which will be synced was wrong (original from
Wolfram Joost)
- number of OSM's which could be loaded is increased from 4 to 8
Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2o.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2o.h b/include/linux/i2o.h index 229bb91364ad..ba2e945d31f4 100644 --- a/include/linux/i2o.h +++ b/include/linux/i2o.h @@ -23,7 +23,7 @@ #include <linux/i2o-dev.h> /* How many different OSM's are we allowing */ -#define I2O_MAX_DRIVERS 4 +#define I2O_MAX_DRIVERS 8 #include <asm/io.h> #include <asm/semaphore.h> /* Needed for MUTEX init macros */ |
