proc.h (c6a37e84139a1c73d4ef46ce4fdf8598a0ebbf45) proc.h (ed7806879b9fb7bd34a9ec2ae1360760e87d244d)
1/*-
2 * Copyright (C) 1995, 1996 Wolfgang Solfrank.
3 * Copyright (C) 1995, 1996 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

41struct mdthread {
42 int md_spinlock_count; /* (k) */
43 register_t md_saved_msr; /* (k) */
44};
45
46struct mdproc {
47};
48
1/*-
2 * Copyright (C) 1995, 1996 Wolfgang Solfrank.
3 * Copyright (C) 1995, 1996 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

41struct mdthread {
42 int md_spinlock_count; /* (k) */
43 register_t md_saved_msr; /* (k) */
44};
45
46struct mdproc {
47};
48
49#define KINFO_PROC_SIZE 768
50
49#endif /* !_MACHINE_PROC_H_ */
51#endif /* !_MACHINE_PROC_H_ */