/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2004 by Ralf Baechle * * The cpustart method is a PMC-Sierra's function to start the secondary CPU. * Stock PMON 2000 has the smpfork, semlock and semunlock methods instead. */ #ifndef _ASM_PMON_H #define _ASM_PMON_H struct callvectors { int (*open) (char*, int, int); int (*close) (int); int (*read) (int, void*, int); int (*write) (int, void*, int); off_t (*lseek) (int, off_t, int); int (*printf) (const char*, ...); void (*cacheflush) (void); char* (*gets) (char*); union { int (*smpfork) (unsigned long cp, char *sp); int (*cpustart) (long, void (*)(void), void *, long); } _s; int (*semlock) (int sem); void (*semunlock) (int sem); }; extern struct callvectors *debug_vectors; #define pmon_open(name, flags, mode) debug_vectors->open(name, flage, mode) #define pmon_close(fd) debug_vectors->close(fd) #define pmon_read(fd, buf, count) debug_vectors->read(fd, buf, count) #define pmon_write(fd, buf, count) debug_vectors->write(fd, buf, count) #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence) #define pmon_printf(fmt...) debug_vectors->printf(fmt) #define pmon_cacheflush() debug_vectors->cacheflush() #define pmon_gets(s) debug_vectors->gets(s) #define pmon_cpustart(n, f, sp, gp) debug_vectors->_s.cpustart(n, f, sp, gp) #define pmon_smpfork(cp, sp) debug_vectors->_s.smpfork(cp, sp) #define pmon_semlock(sem) debug_vectors->semlock(sem) #define pmon_semunlock(sem) debug_vectors->semunlock(sem) #endif /* _ASM_PMON_H */ co-23.05 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)AuthorFilesLines
2024-04-19update translations for 24.2.3 rc1cp-24.04.3-6cp-24.04.3-5cp-24.04.3-4cp-24.04.3-2cp-24.04.3-1cp-24.04.1-3co-24.04.3-2Christian Lohmaier81-860/+829
2024-04-19update translations for 24.2.3 rc1Christian Lohmaier523-5055/+4725
2024-03-27update translations for 24.2.2 rc2cp-24.04.1-2Christian Lohmaier111-677/+662
2024-03-27bump copyright year for sl translationChristian Lohmaier2-4/+4
2024-03-27update translations for 24-2 and force-fix errors using pocheckChristian Lohmaier521-8071/+8016
2024-03-27update translations for 24.2.2 rc1Christian Lohmaier263-4995/+4896
2024-03-27update translations for 24.2.1 rc2Christian Lohmaier276-5469/+5410
2024-02-22[cp] Remove reference to menu in dialog textcp-24.04.1-1Andras Timar35-280/+70
2024-02-09update translations for 24.2.1 rc1cp-24.04.0-1Christian Lohmaier34-497/+476
2024-02-08update translations for 24.2.1 rc1Christian Lohmaier291-7745/+7428
2024-01-26update translations for 24.2.0 rc3Christian Lohmaier13-196/+196
2024-01-25update translations for 24.2.0 rc3Christian Lohmaier631-33232/+15659
2024-01-23Updated Slovenian translationMartin Srebotnjak4-248/+80
2024-01-22update sl translation for gerrit#161999Christian Lohmaier1-2/+2
2024-01-11update translations for master/24.2.0 rc1co-24.04-branch-pointChristian Lohmaier78-1234/+1150
2024-01-10Updated Slovenian translationMartin Srebotnjak19-91/+127
2024-01-10update translations for master/24-2Christian Lohmaier267-5889/+8163
2024-01-10add translations for Armenian (hy)Christian Lohmaier158-0/+273799
2024-01-10update translations for master/24-2Christian Lohmaier115-1769/+2348
2024-01-08update translations for master/24-2Christian Lohmaier914-17234/+21265
2023-12-30Updated Slovenian translationMartin Srebotnjak37-651/+1998
2023-12-21update translations for master/24.2.0 RC1Christian Lohmaier1440-36867/+87000
2023-12-20Updated Slovenian translationMartin Srebotnjak48-1612/+4963
2023-12-15update translations for master/24-2Christian Lohmaier1551-39007/+124820
2023-12-08update translations for master/24.2.0 Beta1libreoffice-24-2-branch-pointChristian Lohmaier53-466/+477
2023-12-07update translations for master/24.2.0 beta1Christian Lohmaier499-7052/+13102
2023-12-04update translations for masterChristian Lohmaier258-7146/+8658
2023-12-04update translations for masterChristian Lohmaier3565-257579/+431237
2023-11-30update translations for masterXisco Fauli198-4875/+4861
2023-11-23update translations for masterXisco Fauli51-1332/+1330
2023-11-23Updated Slovenian translationMartin Srebotnjak51-13811/+21418
2023-11-21update translations for masterXisco Fauli904-51173/+45191
2023-11-08update translations for masterChristian Lohmaier921-43573/+49527
2023-11-02update translations for masterChristian Lohmaier2450-251413/+438677
2023-10-11update translations for masterChristian Lohmaier1928-67440/+90920
2023-10-02update translations for masterChristian Lohmaier1480-87735/+84059
2023-09-28update translations for masterChristian Lohmaier