diff options
Diffstat (limited to 'drivers/serial/pmac_zilog.c')
| -rw-r--r-- | drivers/serial/pmac_zilog.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/serial/pmac_zilog.c b/drivers/serial/pmac_zilog.c index 683e66f18e8c..3e2ae4807ae2 100644 --- a/drivers/serial/pmac_zilog.c +++ b/drivers/serial/pmac_zilog.c | |||
| @@ -2031,9 +2031,9 @@ static int __init pmz_console_setup(struct console *co, char *options) | |||
| 2031 | /* | 2031 | /* | 
| 2032 | * XServe's default to 57600 bps | 2032 | * XServe's default to 57600 bps | 
| 2033 | */ | 2033 | */ | 
| 2034 | if (machine_is_compatible("RackMac1,1") | 2034 | if (of_machine_is_compatible("RackMac1,1") | 
| 2035 | || machine_is_compatible("RackMac1,2") | 2035 | || of_machine_is_compatible("RackMac1,2") | 
| 2036 | || machine_is_compatible("MacRISC4")) | 2036 | || of_machine_is_compatible("MacRISC4")) | 
| 2037 | baud = 57600; | 2037 | baud = 57600; | 
| 2038 | 2038 | ||
| 2039 | /* | 2039 | /* | 
