xref: /kernel/linux/linux-6.6/arch/x86/um/asm/archparam.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/x86/um/asm/
162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * Copyright (C) 2000 - 2003 Jeff Dike (jdike@addtoit.com)
362306a36Sopenharmony_ci * Copyright 2003 PathScale, Inc.
462306a36Sopenharmony_ci * Licensed under the GPL
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef __UM_ARCHPARAM_H
862306a36Sopenharmony_ci#define __UM_ARCHPARAM_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifdef CONFIG_X86_32
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#ifdef CONFIG_X86_PAE
1362306a36Sopenharmony_ci#define LAST_PKMAP 512
1462306a36Sopenharmony_ci#else
1562306a36Sopenharmony_ci#define LAST_PKMAP 1024
1662306a36Sopenharmony_ci#endif
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#endif
21

Indexes created Thu Nov 07 10:32:03 CST 2024