pxx_page macro patch breaks arm build in 2.6.18-rc4-mm2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The defconfig arch=arm build is broken in 2.6.18-rc4-mm2.

The patch "standardize-pxx_page-macros.patch" removed various macros,
including pmd_page_kernel.

It seems to have missed one place, which breaks the defconfig 'arm'
build in 2.6.18-rc4-mm2:


=======================================================
  LD      .tmp_vmlinux1
arch/arm/mm/built-in.o(.text+0x1698): In function `$a':
: undefined reference to `pmd_page_kernel'
make: *** [.tmp_vmlinux1] Error 1
=======================================================


The offending line and a little context, in arch/arm/mm/ioremap.c:


=======================================================
                        * Free the page table, if there was one.
                         */
                        if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE)
                                pte_free_kernel(pmd_page_kernel(pmd));
                }

                addr += PGDIR_SIZE;
=======================================================

-- 
                  I won't rest till it's the best ...
                  Programmer, Linux Scalability
                  Paul Jackson <[email protected]> 1.925.600.0401
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux