lpar.c (31d1b7710262fba12282b24083f20dc76e0efc93) lpar.c (e9666d10a5677a494260d60d1fa0b73cc7646eb3)
1/*
2 * pSeries_lpar.c
3 * Copyright (C) 2001 Todd Inglett, IBM Corporation
4 *
5 * pSeries LPAR support.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 1026 unchanged lines hidden (view full) ---

1035 pSeries_set_page_state(page, order, H_PAGE_SET_UNUSED);
1036}
1037EXPORT_SYMBOL(arch_free_page);
1038
1039#endif /* CONFIG_PPC_SMLPAR */
1040#endif /* CONFIG_PPC_BOOK3S_64 */
1041
1042#ifdef CONFIG_TRACEPOINTS
1/*
2 * pSeries_lpar.c
3 * Copyright (C) 2001 Todd Inglett, IBM Corporation
4 *
5 * pSeries LPAR support.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 1026 unchanged lines hidden (view full) ---

1035 pSeries_set_page_state(page, order, H_PAGE_SET_UNUSED);
1036}
1037EXPORT_SYMBOL(arch_free_page);
1038
1039#endif /* CONFIG_PPC_SMLPAR */
1040#endif /* CONFIG_PPC_BOOK3S_64 */
1041
1042#ifdef CONFIG_TRACEPOINTS
1043#ifdef HAVE_JUMP_LABEL
1043#ifdef CONFIG_JUMP_LABEL
1044struct static_key hcall_tracepoint_key = STATIC_KEY_INIT;
1045
1046int hcall_tracepoint_regfunc(void)
1047{
1048 static_key_slow_inc(&hcall_tracepoint_key);
1049 return 0;
1050}
1051

--- 244 unchanged lines hidden ---
1044struct static_key hcall_tracepoint_key = STATIC_KEY_INIT;
1045
1046int hcall_tracepoint_regfunc(void)
1047{
1048 static_key_slow_inc(&hcall_tracepoint_key);
1049 return 0;
1050}
1051

--- 244 unchanged lines hidden ---