diff options
author | Jack Steiner <steiner@sgi.com> | 2007-03-12 13:07:49 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-03-20 20:42:23 (GMT) |
commit | c5e83e3f42938c0a84047e125edb98d6513f985b (patch) | |
tree | befe636ac169b82fe4ba8d3353de6e11a19de82f /Documentation/parport.txt | |
parent | a3f5c338b9f30f328276739d9589beae19254936 (diff) | |
download | linux-fsl-qoriq-c5e83e3f42938c0a84047e125edb98d6513f985b.tar.xz |
[IA64] Fix get_model_name() for mixed cpu type systems
If a system consists of mixed processor types, kmalloc()
can be called before the per-cpu data page is initialized.
If the slab contains sufficient memory, then kmalloc() works
ok. However, if the slabs are empty, slab calls the memory
allocator. This requires per-cpu data (NODE_DATA()) & the
cpu dies.
Also noted by Russ Anderson who had a very similar patch.
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'Documentation/parport.txt')
0 files changed, 0 insertions, 0 deletions