[PARISC] OS_ID_LINUX == 0x0006
We were assigned an OS_ID of 0x0006. Consistently use OS_ID_LINUX instead of using the magic number. Also update the OS_ID_ defines in asm/pdc.h to reflect this. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
committed by
Kyle McMartin
parent
a9d2d386c4
commit
ec1fdc24c2
@@ -407,7 +407,9 @@ int pdc_model_info(struct pdc_model *model)
|
||||
* pdc_model_sysmodel - Get the system model name.
|
||||
* @name: A char array of at least 81 characters.
|
||||
*
|
||||
* Get system model name from PDC ROM (e.g. 9000/715 or 9000/778/B160L)
|
||||
* Get system model name from PDC ROM (e.g. 9000/715 or 9000/778/B160L).
|
||||
* Using OS_ID_HPUX will return the equivalent of the 'modelname' command
|
||||
* on HP/UX.
|
||||
*/
|
||||
int pdc_model_sysmodel(char *name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user