[parisc-linux] [PATCH] sba_iommu: module_param() takes permissions
Alexey Dobriyan
adobriyan at gmail.com
Sun Oct 29 15:50:17 MST 2006
not default value
0 is debatable, 1 is certainly wrong.
Signed-off-by: Alexey Dobriyan <adobriyan at gmail.com>
---
drivers/parisc/sba_iommu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/parisc/sba_iommu.c
+++ b/drivers/parisc/sba_iommu.c
@@ -109,7 +109,7 @@ #endif /*CONFIG_AGP_PARISC*/
#ifdef SBA_AGP_SUPPORT
static int sba_reserve_agpgart = 1;
-module_param(sba_reserve_agpgart, int, 1);
+module_param(sba_reserve_agpgart, int, 0);
MODULE_PARM_DESC(sba_reserve_agpgart, "Reserve half of IO pdir as AGPGART");
#endif
More information about the parisc-linux
mailing list