Ignore:
Timestamp:
2011-12-14T23:54:17Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c72dc15
Parents:
464a52f
Message:

Add km_is_non_identity().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/mm/sun4v/km.h

    r464a52f r1b478f6  
    3636#define KERN_sparc64_sun4v_KM_H_
    3737
     38#include <typedefs.h>
     39
    3840/*
    3941 * Do not use the 4 GiB area on either side of the VA hole to meet the
     
    4951extern void km_identity_arch_init(void);
    5052extern void km_non_identity_arch_init(void);
     53extern bool km_is_non_identity_arch(uintptr_t);
    5154
    5255#endif
Note: See TracChangeset for help on using the changeset viewer.