Changeset 5 for crypto

Show
Ignore:
Timestamp:
09/17/05 18:16:38 (7 years ago)
Author:
dkaplan1
Message:

Added flag parameter to vmalloc for allocating for ring 1/2. Note that
anything that calls
vmalloc needs to be rewritten or it won't compile. But
rarely anything does/should.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • crypto/deflate.c

    r1 r5  
    7777        stream->workspace = __vmalloc(zlib_deflate_workspacesize(), 
    7878                                      deflate_gfp()|__GFP_HIGHMEM, 
    79                                       PAGE_KERNEL); 
     79                                      PAGE_KERNEL,0); 
    8080        if (!stream->workspace ) { 
    8181                ret = -ENOMEM;