Hello list, there is a typo in the definition of per_cpu_offset because, for ia64, the __per_cpu_offset is an array. extern unsigned long __per_cpu_offset[NR_CPUS]; -#define per_cpu_offset(x) (__per_cpu_offset(x)) +#define per_cpu_offset(x) (__per_cpu_offset[x]) Thanks, Luming Signed-off-by: Yu Luming <[email protected]>
Attachment:
correct_per_cpu_offset.patch
Description: Binary data
- Follow-Ups:
- Re: [PATCH] fix typo in per_cpu_offset
- From: Simon Horman <[email protected]>
- Re: [PATCH] fix typo in per_cpu_offset
- Prev by Date: Re: [PATCH 04/10] [SG] Update drivers to use sg helpers
- Next by Date: Re: [PATCH 04/10] [SG] Update drivers to use sg helpers
- Previous by thread: IDE crash...
- Next by thread: Re: [PATCH] fix typo in per_cpu_offset
- Index(es):