|
@@ -1,3 +1,4 @@
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Copyright (C) 2004 Benjamin Herrenschmidt, IBM Corp.
|
|
* Copyright (C) 2004 Benjamin Herrenschmidt, IBM Corp.
|
|
* <benh@kernel.crashing.org>
|
|
* <benh@kernel.crashing.org>
|
|
@@ -74,7 +75,7 @@ static int vdso_ready;
|
|
static union {
|
|
static union {
|
|
struct vdso_data data;
|
|
struct vdso_data data;
|
|
u8 page[PAGE_SIZE];
|
|
u8 page[PAGE_SIZE];
|
|
-} vdso_data_store __attribute__((__section__(".data.page_aligned")));
|
|
|
|
|
|
+} vdso_data_store __page_aligned_data;
|
|
struct vdso_data *vdso_data = &vdso_data_store.data;
|
|
struct vdso_data *vdso_data = &vdso_data_store.data;
|
|
|
|
|
|
/* Format of the patch table */
|
|
/* Format of the patch table */
|