[PATCH] 2.6.27-rc9 QGLE make unsupported page size explicit compile failure | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
QLGE driver only supports 4k, 8k, and 64k pages. Default page size on ia64 is 16k. Compile fails with: drivers/net/qlge/qlge.h:1118: error: 'TX_DESC_PER_OAL' undeclared here (not in a function) Patch below makes the cause of the compile failure obvious. (Better would be to support 16k pages but I don't have the HW or interest.) Signed-off-by: Grant Grundler <grundler@xxxxxxxxxxxxxxxx> diff --git a/drivers/net/qlge/qlge.h b/drivers/net/qlge/qlge.h index c37ea43..cf68503 100644 --- a/drivers/net/qlge/qlge.h +++ b/drivers/net/qlge/qlge.h @@ -60,6 +60,8 @@ #define TX_DESC_PER_OAL ((MAX_SKB_FRAGS - TX_DESC_PER_IOCB) + 2) #elif (PAGE_SHIFT == 16) /* 64k pages */ #define TX_DESC_PER_OAL 0 +#else +#error QLGE Driver only supports 4k, 8k, or 64k CPU page size. #endif #define DB_PAGE_SIZE 4096 -- To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
[Linux MIPS Home] [Kernel List] [Sparc Linux] [DCCP] [Linux ARM List] [Linux] [Photo] [Yosemite News] [MIPS Architecture] [Linux SCSI] [Linux x86_64] [Linux Hams] [Site Home]
![]() |