X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-ia64%2Fprocessor.h;h=be3b0ae43270f81800945752f65843b849ef2460;hb=81f8320f624a785d77443ace83391d0fdee695f6;hp=6251c76437d22013dda68217e709d675638802c9;hpb=721e2629fa2167c0e5a9f10d704b1fee1621a8cb;p=linux-2.6 diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index 6251c76437..be3b0ae432 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h @@ -220,7 +220,7 @@ struct desc_struct { #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8) -struct partial_page_list; +struct ia64_partial_page_list; #endif struct thread_struct { @@ -242,7 +242,7 @@ struct thread_struct { __u64 fdr; /* IA32 fp except. data reg */ __u64 old_k1; /* old value of ar.k1 */ __u64 old_iob; /* old IOBase value */ - struct partial_page_list *ppl; /* partial page list for 4K page size issue */ + struct ia64_partial_page_list *ppl; /* partial page list for 4K page size issue */ /* cached TLS descriptors. */ struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];