Rev 2089 | Rev 2092 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 2090 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /*3D |
1 | /* |
2 | * Copyright (c) 2001-2004 Jakub Jermar |
2 | * Copyright (c) 2001-2004 Jakub Jermar |
3 | * All rights reserved. |
3 | * All rights reserved. |
4 | * |
4 | * |
5 | * Redistribution and use in source and binary forms, with or without |
5 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions |
6 | * modification, are permitted provided that the following conditions |
Line 158... | Line 158... | ||
158 | are disabled. */ |
158 | are disabled. */ |
159 | 159 | ||
160 | /** |
160 | /** |
161 | * Processor ID assigned by kernel. |
161 | * Processor ID assigned by kernel. |
162 | */ |
162 | */ |
163 | int id; |
163 | unsigned int id; |
164 | 164 | ||
165 | int active; |
165 | int active; |
166 | int tlb_active; |
166 | int tlb_active; |
167 | 167 | ||
168 | uint16_t frequency_mhz; |
168 | uint16_t frequency_mhz; |