]> git.proxmox.com Git - mirror_spl-debian.git/commit
SLES10 Fixes (part 6)
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2009 21:23:13 +0000 (14:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2009 21:23:13 +0000 (14:23 -0700)
commit5232d256b45b3c48dd96d30b5907c0205192197b
tree82f3341f62d1e0d49c42fb1b4f3cd40e66515c7a
parent3731931529df2bff63ca3d62e387d4e602de7cb2
SLES10 Fixes (part 6)
- Prior to 2.6.17 there were no *_pgdat helper functions in mm/mmzone.c.
  Instead for_each_zone() operated directly on pgdat_list which may or
  may not have been exported depending on how your kernel was compiled.
  Now new configure checks determine if you have the helpers or not, and
  if the needed symbols are exported.  If they are not exported then they
  are dynamically aquired at runtime by kallsyms_lookup_name().
config/spl-build.m4
configure
configure.ac
include/sys/vmsystm.h
module/spl/spl-kmem.c
spl_config.h.in