[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <3877989d0710230015x1640388aod98cae2fa3fc82c2@mail.gmail.com>
Date: Tue, 23 Oct 2007 15:15:55 +0800
From: "Luming Yu" <luming.yu@...il.com>
To: linux-ia64@...r.kernel.org
Cc: "Linux Kernel" <linux-kernel@...r.kernel.org>
Subject: [PATCH] fix typo in per_cpu_offset
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 <luming.yu@...el.com>
Download attachment "correct_per_cpu_offset.patch" of type "application/octet-stream" (487 bytes)
Powered by blists - more mailing lists