This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ia64 / sn / sn_sal.h
index 5bd9b33..cc06342 100644 (file)
@@ -141,8 +141,8 @@ sn_sal_rev_minor(void)
  * Specify the minimum PROM revsion required for this kernel.
  * Note that they're stored in hex format...
  */
-#define SN_SAL_MIN_MAJOR       0x3  /* SN2 kernels need at least PROM 3.40 */
-#define SN_SAL_MIN_MINOR       0x40
+#define SN_SAL_MIN_MAJOR       0x1  /* SN2 kernels need at least PROM 1.0 */
+#define SN_SAL_MIN_MINOR       0x0
 
 u64 ia64_sn_probe_io_slot(long paddr, long size, void *data_ptr);